fix: update NEXT_PUBLIC_API_URL to use default value if not set
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ services:
|
||||
NEXT_TELEMETRY_DISABLED: 1
|
||||
|
||||
# API configuration
|
||||
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-https://api.nobat724.com}
|
||||
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL}
|
||||
NEXT_PUBLIC_CLIENT_ID: ${NEXT_PUBLIC_CLIENT_ID}
|
||||
NEXT_PUBLIC_CLIENT_SECRET: ${NEXT_PUBLIC_CLIENT_SECRET}
|
||||
DEV_MODE: "false"
|
||||
|
||||
Reference in New Issue
Block a user