mirror of
https://gitlab.com/Alamantus/Readlebee.git
synced 2025-08-09 08:31:13 +02:00
Started to try to set up setup-database.js script using Sequelize. We'll see how that goes...
13 lines
No EOL
346 B
JSON
13 lines
No EOL
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"
|
|
} |