Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
linusnorton committed Mar 9, 2019
1 parent a258d19 commit 740ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const config = {
dm_store_api: getEnvOr('DM_STORE_APP_URI', 'http://localhost:4603'),
em_anno_api: getEnvOr('EM_ANNO_APP_URI', 'http://localhost:3621'),
em_npa_api: getEnvOr('EM_NPA_APP_URI', 'http://localhost:3622'),
dg_docassembly_api: getEnvOr('DG_DOCASSEMBLY_API_URL', 'http://rpa-dg-docassembly-api:8080')
dg_docassembly_api: getEnvOr('DG_DOCASSEMBLY_API_URI', 'http://rpa-dg-docassembly-api:8080')
},
cookies: {
token: '__auth__',
Expand Down

0 comments on commit 740ef7e

Please sign in to comment.