+ gitignore
+ add boilerplate
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user