tests now pass
This commit is contained in:
13
.env.example
13
.env.example
@@ -1,14 +1,14 @@
|
||||
# Required: Admin bearer token for API access
|
||||
ADMIN_TOKEN=your-secure-admin-token-here
|
||||
# Docker Compose Variables (used for port mapping)
|
||||
# Copy this file to .env for docker-compose to use
|
||||
|
||||
# Docker host binding (used by docker-compose for port mapping)
|
||||
# The Go service always binds to 0.0.0.0:8080 inside the container
|
||||
HOST=0.0.0.0
|
||||
PORT=8080
|
||||
|
||||
# Required: Admin bearer token for API access
|
||||
ADMIN_TOKEN=your-secure-admin-token-here # TODO: generate a secure token
|
||||
# Optional: Service configuration (defaults shown)
|
||||
DEPLOY_ROOT=/var/www/docs
|
||||
RELEASE_ROOT=/var/www/deploys
|
||||
DEPLOY_ROOT=/var/www/tingz-docs
|
||||
RELEASE_ROOT=/var/www/tingz-deploys
|
||||
DB_PATH=/data/deployer.db
|
||||
|
||||
# Optional: Upload and retention settings
|
||||
@@ -24,4 +24,3 @@ DISABLE_FILE_DELETE_ON_USER_REMOVE=false
|
||||
# Optional: TLS configuration (if terminating TLS in the service)
|
||||
# TLS_CERT=/path/to/cert.pem
|
||||
# TLS_KEY=/path/to/key.pem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user