mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-01 16:40:05 +08:00
ebab3b60a8
Fixed seed/initial_tasks data which created tasks in a non-sequential order (tested on Postgres) Added production-like example configuration
14 lines
268 B
JSON
14 lines
268 B
JSON
{
|
|
"port": 3000,
|
|
"database": {
|
|
"username": "postgres",
|
|
"password": "",
|
|
"database": "hackflowy",
|
|
"options" : {
|
|
"dialect": "postgres",
|
|
"host" : "localhost",
|
|
"port" : "5432"
|
|
}
|
|
}
|
|
}
|