Prepare database structure
This commit is contained in:
17
server/config/config.json.example
Normal file
17
server/config/config.json.example
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"development": {
|
||||
"dialect": "sqlite",
|
||||
"storage": "db.sqlite3"
|
||||
},
|
||||
"test": {
|
||||
"dialect": "sqlite",
|
||||
"storage": "db-test.sqlite3"
|
||||
},
|
||||
"production": {
|
||||
"username": "prenezletrain",
|
||||
"password": "PASSWORD",
|
||||
"database": "prenezletrain",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "postgres"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user