+2
-19
@@ -1,19 +1,2 @@
|
||||
# Скопируйте в .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
|
||||
PORT=3000
|
||||
SESSION_SECRET=change-me-to-a-long-random-string
|
||||
|
||||
Reference in New Issue
Block a user