diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-09 13:12:21 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-09 13:12:21 +0200 |
| commit | f79c0872ddfcbe02a7bcc498b4a9d5d202caccd2 (patch) | |
| tree | 7ff6132f8b7e283a015eccb8ffe6034930f078ed /docker-compose.override.yml | |
| parent | 33e425279f171539205fcda20c6817e9f8e02033 (diff) | |
ui: Update runtime variable workaround
This change updates the workaround used to access runtime variables in
the React frontend, in order to improve the ergonimics when using the
development mode of CRA (Create React App).
Diffstat (limited to 'docker-compose.override.yml')
| -rw-r--r-- | docker-compose.override.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 172cc4cd..2f4d8e7b 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -6,7 +6,7 @@ services: ports: - "8080:80" environment: - API_BASE_URL: http://localhost:8081 + REACT_APP_API_BASE_URL: http://localhost:8081 api: ports: |
