2019-09-07 02:23:55 +02:00
|
|
|
{
|
2019-10-03 21:04:17 +02:00
|
|
|
"domain": "localhost",
|
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-28 02:40:39 +02:00
|
|
|
"email_host": null,
|
|
|
|
"email_port": 465,
|
|
|
|
"email_username": null,
|
|
|
|
"email_password": "password",
|
2019-10-03 21:04:17 +02:00
|
|
|
"email_from_name": "Readlebee Admin",
|
|
|
|
"email_from_address": null,
|
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
|
|
|
}
|