15 lines
250 B
Bash
15 lines
250 B
Bash
|
|
# Stack identification
|
||
|
|
COMPOSE_PROJECT_NAME=news
|
||
|
|
|
||
|
|
# Database name
|
||
|
|
DB_NAME=letterspace
|
||
|
|
|
||
|
|
# Traefik hostname
|
||
|
|
TRAEFIK_HOST=news.pivoine.art
|
||
|
|
|
||
|
|
# App settings
|
||
|
|
APP_PORT=5000
|
||
|
|
|
||
|
|
# JWT secret (generate with: openssl rand -hex 32)
|
||
|
|
JWT_SECRET=your-jwt-secret-here
|