v3: correctly using SITE_NAME across the app, added notifications on comments
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 44s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 44s
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
# Defaults to http://localhost:GERBEUR_PORT for local development.
|
||||
# GERBEUR_PUBLIC_URL=https://example.com
|
||||
|
||||
# Site name used in OG meta tags
|
||||
# Site name shown in the browser tab, app header, OG meta tags, and emails.
|
||||
GERBEUR_SITE_NAME=gerbeur
|
||||
|
||||
# Port the API server listens on (the container's internal port)
|
||||
# Port the API server listens on (the container's internal port).
|
||||
GERBEUR_PORT=8000
|
||||
|
||||
# Network interface Oak binds to. Default: 0.0.0.0 (all interfaces, required for Docker).
|
||||
|
||||
Reference in New Issue
Block a user