Fix documentation to reflect new docker images; remove gitsha from docker images (#4535)
This commit is contained in:
@ -45,13 +45,9 @@ SNS_ARN=arn_of_sns #for if you use SES and SNS for Email.
|
||||
|
||||
# Web
|
||||
APP_ENV=prod
|
||||
NEXT_PUBLIC_APP_ENV=prod
|
||||
BASE_URL=http://localhost:3000 # Front End - Need to change this when using NGINX
|
||||
SERVER_BASE_URL=http://localhost:4000 # API Server, need to change this when using NGINX
|
||||
HIGHLIGHTS_BASE_URL=http://localhost:3000 # Front End - Need to change this when using NGINX
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000 # Front End - Need to change this when using NGINX
|
||||
NEXT_PUBLIC_SERVER_BASE_URL=http://localhost:4000 # API Server, need to change this when using NGINX
|
||||
NEXT_PUBLIC_HIGHLIGHTS_BASE_URL=http://localhost:3000 # Front End - Need to change this when using NGINX
|
||||
|
||||
# Content Fetch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user