Skip to content

Commit

Permalink
docs: update refs to https://central-proxy --> https://proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 24, 2023
1 parent c56704a commit 70389bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### copy to .env and set variables

### ODK Central ###
ODK_CENTRAL_URL=${ODK_CENTRAL_URL:-"https://central-proxy"}
ODK_CENTRAL_URL=${ODK_CENTRAL_URL:-"https://proxy"}
ODK_CENTRAL_USER=${ODK_CENTRAL_USER:-"[email protected]"}
ODK_CENTRAL_PASSWD=${ODK_CENTRAL_PASSWD:-"testuserpassword"}

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Your env should look like this:

```dotenv
### ODK Central ###
ODK_CENTRAL_URL=https://central-proxy
ODK_CENTRAL_URL=https://proxy
ODK_CENTRAL_USER=`<any_valid_email_address>`
ODK_CENTRAL_PASSWD=`<password_of_central_user>`
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Example launch.json config for vscode:

- During project creation a Central ODK URL must be provided.
- If you set up FMTM with docker and have ODK Central running in a container, you can use the URL:
`https://central-proxy`
`https://proxy`
- The credentials should be present in your `.env` file.

## Debugging osm-fieldwork
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/Production.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Create the env file from the example with `cp .env.example .env`. Edit
that file to contain the needful (it should look like this):

# ODK Central
ODK_CENTRAL_URL=https://central-proxy
ODK_CENTRAL_URL=https://proxy
ODK_CENTRAL_USER=`<CHANGEME>`
ODK_CENTRAL_PASSWD=`<CHANGEME>`

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Your env should look like this:

```dotenv
### ODK Central ###
ODK_CENTRAL_URL=https://central-proxy
ODK_CENTRAL_URL=https://proxy
ODK_CENTRAL_USER=`<any_valid_email_address>`
ODK_CENTRAL_PASSWD=`<password_of_central_user>`
Expand Down

0 comments on commit 70389bd

Please sign in to comment.