Skip to content

Commit

Permalink
clarify setting dev paswords via env
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhart committed Apr 1, 2024
1 parent d4e1c6a commit 8d4c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashjoin-docs/docs/development-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ variables to specify alternative values for url, username, hostname, port, datab
* dashjoin.database.NAME OF THE DATABSE.url: URL to use to connect to the database (overrides the url field in the DB's json file)
* dashjoin.function.NAME OF THE FUNCTION.url: URL to use to connect to the REST service (overrides the url field in the function's json file)

To change the username, simply replace url with username in the examples above.
To change the username / password, simply replace url with username / password in the examples above.
Note that the development passwords are provided in plain text.

## Unit Testing
Expand Down

0 comments on commit 8d4c753

Please sign in to comment.