Update
This commit is contained in:
28
Server/db/connection_template.yml
Normal file
28
Server/db/connection_template.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
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:
|
Reference in New Issue
Block a user