1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

remove default value of Mongo admin password

This commit is contained in:
Quinten 2022-10-01 11:36:17 +02:00 committed by GitHub
parent b3b5d6db51
commit 98d008b909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
"name": "Mongo Admin Password",
"description": "",
"env_variable": "MONGO_USER_PASS",
"default_value": "aP@55word",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",

View File

@ -42,7 +42,7 @@
"name": "Mongo Admin Password",
"description": "",
"env_variable": "MONGO_USER_PASS",
"default_value": "NewPa55w0rd",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",