This commit is contained in:
a-ill
2023-06-14 21:41:54 +03:00
parent 4d034eba7d
commit 9e8ee05bb6
128 changed files with 12242 additions and 0 deletions

View 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: