cents/.env.example

27 lines
821 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=dev
# 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
# Production target. For host-debug mode, keep host.docker.internal.
APP_HOST=host.docker.internal
APP_PORT=6064
APP_PROTOCOL=http
# Use false only after the tunnel is known to work.
TEST_MODE=false
# API and PostgreSQL. The development database is provided by compose.dev.yaml.
DATABASE_URL=postgres://cents:cents-dev-only@127.0.0.1:55432/cents
PUBLIC_ORIGIN=https://dev.cents.homemade.net.cn
COOKIE_SECURE=true