Skip to content

Commit 39ccfc3

Browse files
Fixed quickstart env file.
1 parent c5b3bc0 commit 39ccfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REDIS_PORT=6379
66
REDIS_HOST=liquid_redis
77
REDIS_DB=0
88
SYSTEM_APP_NAME=Liquid
9-
SYSTEM_STATIC_APP_CONFIG_ABSOLUTE_PATH=/environment/app-config.json
9+
SYSTEM_STATIC_APP_CONFIG_FILE_PATH=/environment/app-config.json
1010
CAN_RESET_PASSWORD=false
1111
USER_ACCOUNT_CREATION_REQUIRE_EMAIL_VERIFICATION=false
1212
SYSTEM_EMAIL_ADAPTER=print # Change to `sendgrid` or `nodemailer` in production

0 commit comments

Comments
 (0)