2019-09-07 02:23:55 +02:00
|
|
|
{
|
|
|
|
"port": 3000,
|
2019-09-19 01:15:06 +02:00
|
|
|
"db_engine": "postgres",
|
|
|
|
"sqlite_location": "./database.sqlite",
|
|
|
|
"db_host": "localhost",
|
|
|
|
"db_port": 5432,
|
|
|
|
"db_database": "readlebee",
|
|
|
|
"db_username": "postgres",
|
|
|
|
"db_password": "password",
|
2019-09-07 06:17:45 +02:00
|
|
|
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
|
2019-09-11 19:05:47 +02:00
|
|
|
"tokenExpireDays": 7,
|
|
|
|
"inventaireDomain": "https://inventaire.io"
|
2019-09-07 02:23:55 +02:00
|
|
|
}
|