mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-18 11:40:32 +08:00
Changed configuration parameters' names to match sequelize nomemclature
Fixed seed/initial_tasks data which created tasks in a non-sequential order (tested on Postgres) Added production-like example configuration
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"port": 3000,
|
||||
"database": {
|
||||
"username": "postgres",
|
||||
"password": "",
|
||||
"database": "hackflowy",
|
||||
"options" : {
|
||||
"dialect": "postgres",
|
||||
"host" : "localhost",
|
||||
"port" : "5432"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user