add STACKTACH_DB_PORT variable
This commit is contained in:
parent
9a4a74b890
commit
54dd9d48eb
@ -2,6 +2,7 @@ export STACKTACH_DB_NAME="stacktach"
|
||||
export STACKTACH_DB_HOST=""
|
||||
export STACKTACH_DB_USERNAME="root"
|
||||
export STACKTACH_DB_PASSWORD="password"
|
||||
export STACKTACH_DB_PORT="3306"
|
||||
export STACKTACH_INSTALL_DIR="/srv/www/stacktach/"
|
||||
export STACKTACH_DEPLOYMENTS_FILE="/srv/www/stacktach/stacktach_worker_config.json"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user