Please provide syntax for credentials.json #5344
Answered
by
gwire
dvandemaele
asked this question in
Q&A
-
Hello, Several places suggest creating and using a credentials.json file for 'credentials'. Are these for database or user credentials? Please provide syntax examples for each. |
Beta Was this translation helpful? Give feedback.
Answered by
gwire
Feb 21, 2023
Replies: 1 comment 1 reply
-
My understanding is that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SamTV12345
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My understanding is that
credentials.json
has the same format assettings.json
- iecredentials.json
will be loaded, and thensettings.json
will override it. So if you specify database settings in credentials, but not in settings, then the values in credentials will be used.