Skip to content

Commit

Permalink
BC-3289 API_URL -> PUBLIC_BACKEND_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Sep 2, 2024
1 parent 6709ef3 commit dd0af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/docker/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server {
}

location /runtime.config.json {
return 200 '{ "apiURL" : "${API_URL}" }';
return 200 '{ "apiURL" : "${PUBLIC_BACKEND_URL}" }';
add_header Content-Type application/json;
}

Expand Down

0 comments on commit dd0af76

Please sign in to comment.