13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"port": 3000,
|
|
"db_engine": "postgres",
|
|
"sqlite_location": "./database.sqlite",
|
|
"db_host": "localhost",
|
|
"db_port": 5432,
|
|
"db_database": "readlebee",
|
|
"db_username": "postgres",
|
|
"db_password": "password",
|
|
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
|
|
"tokenExpireDays": 7,
|
|
"inventaireDomain": "https://inventaire.io"
|
|
} |