20 lines
356 B
Bash
20 lines
356 B
Bash
#PATHS
|
|
#app domain
|
|
APP_DOMAIN=tips-of-mine.local
|
|
|
|
#app host port
|
|
APP_PORT=80
|
|
APP_PORT_SSL=443
|
|
|
|
#app storage folder, can be any local mounted
|
|
APP_PASSSTRENGTH=10
|
|
APP_UPLOADEDIMAGESDIR=data/images
|
|
APP_PLUGINSDIR=data/plugins
|
|
|
|
#app credentials
|
|
APP_USER_LOGIN=admin
|
|
APP_USER_PASSWORD=P@ssword!Here!123456
|
|
|
|
# app bdd
|
|
APP_BDD=sqlite3
|
|
APP_BDD_PATH=data/gotify.db |