-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
33 lines (33 loc) · 1.28 KB
/
Copy path.env.example
File metadata and controls
33 lines (33 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
POSTGRES_USER=your_postgres_user
POSTGRES_PASSWORD=your_postgres_password
POSTGRES_DB=your_database_name
VERSION=0.2.2
HUB_LINK=
API_CONTAINER_NAME=api
API_CONTAINER_PORT=8080
API_HOST_PORT=8080
DB_CONTAINER_NAME=db
DB_CONTAINER_PORT=5432
DB_HOST_PORT=5434
BLAZOR_CONTAINER_NAME=blazor
BLAZOR_CONTAINER_PORT=8090
BLAZOR_HOST_PORT=5000
MASTER_PASSWORD=your_master_password
MASTER_USER=admin
MASTER_EMAIL=admin@example.com
# Dedicated bot secret (must differ from MASTER_PASSWORD). Lets the bots bypass Economy/Normal
# painting limits without holding the API master password (P-SEC-11). Leave empty to disable.
BOT_SERVICE_TOKEN=your_bot_service_token
# Optional: comma-separated canvas names the service token may override (e.g. Munch,VanGogh,VanGogh2).
# Leave empty to allow the token on any canvas.
BOT_ALLOWED_CANVASES=
# Bot account password (read by every bot at runtime; never committed, P-SEC-10).
BOT_PASSWORD=your_bot_password
PASSWORD_SALT=your_password_salt
DEFAULT_DB_HOST_CONNECTION=Host=localhost;Port=5434;Database=your_database_name;Username=your_postgres_user;Password=your_postgres_password
GOOGLE_CLIENT_ID=your_google_client_id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your_google_client_secret
NLOG_CONSOLE_MIN_LEVEL=Info
TZ=UTC
WEEKLY_BACKUP_WEEKDAY=0
BACKUP_INITIAL_DELAY_SECONDS=120