-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ metadata: | |
data: | ||
# This is the mongodb database where data will be stored, you might use a different name if you want. | ||
MONGODB_DATABASE_STORAGE: "KerberosStorage" | ||
MONGODB_DATABASE_FACTORY: "KerberosFactory" | ||
# MongoDB URI (for example for a SaaS service like MongoDB Atlas) | ||
# If uri is set, the below properties are not used (host, adminDatabase, username, password) | ||
#MONGODB_URI: "mongodb+srv://xx:[email protected]/?retryWrites=true&w=majority&appName=xxx" | ||
|
@@ -13,4 +14,4 @@ data: | |
MONGODB_HOST: "mongodb.mongodb" | ||
MONGODB_DATABASE_CREDENTIALS: "admin" | ||
MONGODB_USERNAME: "root" | ||
MONGODB_PASSWORD: "yourpassword" | ||
MONGODB_PASSWORD: "yourpassword" |