38 lines
880 B
Plaintext
38 lines
880 B
Plaintext
# NODE_ENV The environment in which the application is running.
|
|
NODE_ENV=
|
|
|
|
HOST=0.0.0.0
|
|
PORT=1337
|
|
|
|
# DATABASE_CLIENT The database client to use.
|
|
DATABASE_CLIENT=
|
|
|
|
# DATABASE_HOST The database host.
|
|
DATABASE_HOST=
|
|
|
|
# DATABASE_PORT The database port.
|
|
DATABASE_PORT=
|
|
|
|
# DATABASE_NAME The database name.
|
|
DATABASE_NAME=
|
|
|
|
# DATABASE_USERNAME The database username.
|
|
DATABASE_USERNAME=
|
|
|
|
# DATABASE_PASSWORD The database password.
|
|
DATABASE_PASSWORD=
|
|
|
|
# JWT_SECRET The secret used to sign the JWT for the Users-Permissions plugin.
|
|
JWT_SECRET=
|
|
|
|
# ADMIN_JWT_SECRET The secret used to sign the JWT for the Admin panel.
|
|
ADMIN_JWT_SECRET=
|
|
|
|
# APP_KEYS The secret keys used to sign the session cookies.
|
|
APP_KEYS="toBeModified1,toBeModified2"
|
|
|
|
API_TOKEN_SALT=tobemodified
|
|
ADMIN_JWT_SECRET=tobemodified
|
|
TRANSFER_TOKEN_SALT=tobemodified
|
|
JWT_SECRET=tobemodified
|