mirror of
https://github.com/KevinMidboe/leifsbackend.git
synced 2026-01-18 15:25:40 +00:00
Working backend setup with endpoints and database setup for adventures.
This commit is contained in:
27
src/db/config/config.json
Normal file
27
src/db/config/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"development": {
|
||||
"username": "kevinmidboe",
|
||||
"password": null,
|
||||
"database": "postgres",
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
"dialect": "postgres",
|
||||
"operatorsAliases": false
|
||||
},
|
||||
"test": {
|
||||
"username": "root",
|
||||
"password": null,
|
||||
"database": "database_test",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "postgres",
|
||||
"operatorsAliases": false
|
||||
},
|
||||
"production": {
|
||||
"username": "root",
|
||||
"password": null,
|
||||
"database": "database_production",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "postgres",
|
||||
"operatorsAliases": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user