cents/.env.example

22 lines
595 B
Plaintext

# Production/public domain. Must resolve to the VPS running frps.
DOMAIN=cents.homemade.net.cn
# App install identity. Use "dev" for cents-dev and "pro" for cents-pro.
APP_VARIANT=pro
# Optional overrides for the PWA install name/id.
# VITE_APP_NAME=Cents Dev
# VITE_APP_SHORT_NAME=Cents Dev
# VITE_APP_ID=/?app=cents-dev
# Public VPS / frps address.
FRPC_SERVER_HOST=119.28.12.24
FRPC_SERVER_PORT=7000
# Use false only after the tunnel is known to work.
TEST_MODE=false
# PostgreSQL. Use a strong secret in real production.
POSTGRES_DB=cents
POSTGRES_USER=cents
POSTGRES_PASSWORD=change-me