Files
shop10/.env.example
T
2026-05-16 20:27:54 +03:00

20 lines
423 B
Bash

# Скопируйте в .env или запустите: ./install.sh
SITE_DOMAIN=localhost
ACME_EMAIL=admin@localhost
HTTP_PORT=80
HTTPS_PORT=443
POSTGRES_USER=shop
POSTGRES_PASSWORD=shop_secret_change_me
POSTGRES_DB=shopdb
DATABASE_URL=postgres://shop:shop_secret_change_me@postgres:5432/shopdb?sslmode=require
APP_PORT=8080
SESSION_TTL_HOURS=168
COOKIE_SECURE=false
DB_HOST=postgres
DB_PORT=5432
DB_SSLMODE=require