Fix forward slash problem in .env

This commit is contained in:
Andrew
2024-02-02 16:05:22 +03:00
parent 476930a12f
commit 3b91ae8a25
+2 -2
View File
@@ -12,9 +12,9 @@ TRANSFER_TOKEN_SALT=
APP_DIRECTORY=/opt
NODE_ENV=development
# Miscellaneous
# Miscellaneous (No forward slashes in admin path!)
PUBLIC_URL=https://api.enderman.ch/cms
ADMIN_PATH=/panel
ADMIN_PATH=panel
STRAPI_ADMIN_BACKEND_URL=
STRAPI_TELEMETRY_DISABLED=true