site-libsoc/Server/db/connection_template.yml

28 lines
455 B
YAML
Raw Permalink Normal View History

2023-06-15 01:41:54 +07:00
env: ENV["GENIE_ENV"]
dev:
adapter: PostgreSQL
database: namegoeshere
host: localhost
username: postgres
password: passwordgoeshere
port: 5432
config:
prod:
adapter: PostgreSQL
database: namegoeshere
host: localhost
username: postgres
password: passwordgoeshere
port: 5432
config:
test:
adapter: PostgreSQL
database: namegoeshere
host: localhost
username: postgres
password: passwordgoeshere
port: 5432
config: