Skip to content

Commit

Permalink
docs: update .env.example to use same odk creds as local
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 1, 2024
1 parent 6216161 commit 3d19ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### ODK Central ###
ODK_CENTRAL_URL=${ODK_CENTRAL_URL:-"https://proxy"}
ODK_CENTRAL_USER=${ODK_CENTRAL_USER:-"test@fmtm.dev"}
ODK_CENTRAL_PASSWD=${ODK_CENTRAL_PASSWD:-"testuserpassword"}
ODK_CENTRAL_USER=${ODK_CENTRAL_USER:-"admin@hotosm.org"}
ODK_CENTRAL_PASSWD=${ODK_CENTRAL_PASSWD:-"Password1234"}

### FMTM ###
DEBUG=${DEBUG:-False}
Expand Down

0 comments on commit 3d19ee7

Please sign in to comment.