Files
barotrauma-admin/.env.example
T
vlad.os d562b07027 + gitignore
+ add boilerplate
2026-07-18 15:07:47 +03:00

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