chore: add blank lines to env.example files for improved readability
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
# This service uses a named volume for data persistence
|
||||
# Access the web UI at http://localhost:5006
|
||||
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ MAIL_PASSWORD=smtp_password
|
||||
MAIL_FROM=noreply@yourdomain.com
|
||||
MAIL_FROM_NAME=BookStack
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This service uses the default configuration
|
||||
# Access the web UI at http://localhost:8080
|
||||
|
||||
|
||||
|
||||
@@ -7,3 +7,4 @@ TZ=Etc/UTC
|
||||
|
||||
# Access the web UI at http://localhost:9283
|
||||
|
||||
|
||||
|
||||
@@ -7,3 +7,4 @@ DB_ROOT_PASSWORD=your_secure_root_password
|
||||
APP_ADMIN_EMAIL=admin@yourdomain.com
|
||||
APP_ADMIN_PASSWORD=your_secure_admin_password
|
||||
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
# This is a simple web-based tool collection
|
||||
# Access the web UI at http://localhost:1234
|
||||
|
||||
|
||||
|
||||
@@ -19,3 +19,4 @@ OIDC_CLIENT_SECRET=your_oidc_client_secret
|
||||
# OpenAI API Key (optional, for AI features)
|
||||
OPENAI_API_KEY=your_openai_api_key
|
||||
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@ OPENID_REDIRECT_URI=http://localhost:11674/auth/oidc/callback
|
||||
# OAUTH_SCOPES=openid email profile
|
||||
# ENABLE_OAUTH_GROUP_MANAGEMENT=true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user