mirror of
https://codeberg.org/Ewen/rudibridge.git
synced 2024-12-22 03:02:32 +00:00
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
|
# Frontend configuration
|
||
|
VITE_API_ENDPOINT=http://yourdomain.tld/api/
|
||
|
|
||
|
# Traefik configuration, if needed
|
||
|
TRAEFIK_HOST=yourdomain.tld
|
||
|
TRAEFIK_CERTRESOLVER=letsencrypt
|
||
|
|
||
|
# Backend configuration
|
||
|
FLASK_SECRET_KEY="changeme!"
|
||
|
FLASK_DEBUG=False
|