Readlebee/server/config.example.json

20 lines
542 B
JSON

{
"domain": "localhost",
"port": 3000,
"db_engine": "postgres",
"sqlite_location": "./database.sqlite",
"db_host": "localhost",
"db_port": 5432,
"db_database": "readlebee",
"db_username": "postgres",
"db_password": "password",
"email_host": null,
"email_port": 465,
"email_username": null,
"email_password": "password",
"email_from_name": "Readlebee Admin",
"email_from_address": null,
"jwtSecretKey": "SomethingAtLeast32CharactersLong!",
"tokenExpireDays": 7,
"inventaireDomain": "https://inventaire.io"
}