update
This commit is contained in:
20
Gotify/.env
Normal file
20
Gotify/.env
Normal file
@ -0,0 +1,20 @@
|
||||
#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
|
Reference in New Issue
Block a user