d562b07027
+ add boilerplate
21 lines
449 B
Bash
21 lines
449 B
Bash
# Database
|
|
DATABASE_JDBC_URL=jdbc:postgresql://localhost:5432/barotrauma-admin
|
|
DATABASE_USER=postgres
|
|
DATABASE_PASSWORD=postgres
|
|
DATABASE_POOL_SIZE=10
|
|
|
|
# Container Registry
|
|
REGISTRY_URL=your-registry.example.com
|
|
REGISTRY_USER=robot-user
|
|
REGISTRY_PASSWORD=your-token
|
|
|
|
# Deployment
|
|
DEPLOY_HOST=your-server.example.com
|
|
DEPLOY_PORT=22
|
|
DEPLOY_USER=deploy
|
|
DEPLOY_SSH_KEY=path/to/ssh-private-key
|
|
DEPLOY_PATH=/opt/barotrauma-admin
|
|
|
|
# Service
|
|
HOST_PORT=8080
|