Makes full APP_URL valid for Pyrodactyl to function properly (#382)

This commit is contained in:
Eddy
2025-09-21 07:26:07 +02:00
committed by GitHub
parent 7edf7bfdf6
commit a7236c54fe
2 changed files with 2 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ services:
- "pterocerts:/etc/letsencrypt/"
- "pterologs:/app/storage/logs"
environment:
APP_URL: "https://${APP_DOMAIN}"
APP_ENV: "production"
APP_ENVIRONMENT_ONLY: "false"
CACHE_DRIVER:
@@ -34,8 +35,6 @@ services:
DB_HOST:
DB_PORT:
DB_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_PASSWORD:
MYSQL_ROOT_PASSWORD:
RECAPTCHA_ENABLED:
DB_CONNECTION: "mariadb"

View File

@@ -8,7 +8,7 @@ secret_key = "${base64:48}"
env = [
"Domain=${main_domain}",
"RECAPTCHA_ENABLED=true",
"APP_URL=${main_domain}",
"APP_DOMAIN=${main_domain}",
"APP_TIMEZONE=UTC",
"APP_SERVICE_AUTHOR=noreply@example.com",
"MAIL_FROM=noreply@example.com",