Fix forward slash problem in .env
This commit is contained in:
parent
476930a12f
commit
3b91ae8a25
|
@ -12,9 +12,9 @@ TRANSFER_TOKEN_SALT=
|
||||||
APP_DIRECTORY=/opt
|
APP_DIRECTORY=/opt
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous (No forward slashes in admin path!)
|
||||||
PUBLIC_URL=https://api.enderman.ch/cms
|
PUBLIC_URL=https://api.enderman.ch/cms
|
||||||
ADMIN_PATH=/panel
|
ADMIN_PATH=panel
|
||||||
STRAPI_ADMIN_BACKEND_URL=
|
STRAPI_ADMIN_BACKEND_URL=
|
||||||
STRAPI_TELEMETRY_DISABLED=true
|
STRAPI_TELEMETRY_DISABLED=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue