Commit f475b0d
committed
Default runner to talk to forms-admin rather than forms-api
We have switched our deployed versions of forms-runner to make
requests to the forms-admin API endpoints through the internal load
balancer rather than to forms-api by setting this environment variable
for the ECS tasks.
Default the local configuration to make requests to forms-admin rather
than forms-api to match the deployed configuration.
Because we need to use the hostname for the internal load balancer in
the deployed environments, we need to keep a separate setting for this
URL to the `forms_admin.base_url` setting which is used to construct
links to the admin interface. We may want to consider renaming this
setting in future to make it not refer to forms-api.1 parent c49ca2b commit f475b0d
File tree
4 files changed
+5
-5
lines changed- config
- spec/config
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments