-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (26 loc) · 728 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (26 loc) · 728 Bytes
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
PROJECT_NAME=Sovereign Hub
ENV=development
APP_BASE_URL=http://localhost:8000
ADMIN_TOKEN=liberostack_master_secret_2026
APP_DOMAIN=
# Local development uses localhost. install.sh rewrites this to postgres:5432
# for production containers on the private Docker network.
POSTGRES_SERVER=localhost:5432
POSTGRES_HOST_PORT=5432
POSTGRES_USER=sovereign_admin
POSTGRES_PASSWORD=sovereign_secure_pass_2026
POSTGRES_DB=sovereign_hub_dev
STRIPE_WEBHOOK_SECRET=
BILLGANG_WEBHOOK_SECRET=
BTCPAY_WEBHOOK_SECRET=
BTCPAY_STORE_ID=
BTCPAY_SERVER_URL=
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TELEGRAM_BOT_MODE=polling
TELEGRAM_WEBHOOK_SECRET=
DISCORD_BOT_TOKEN=
DISCORD_GUILD_ID=
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_REDIRECT_URI=