]> git.openstreetmap.org Git - chef.git/commitdiff
Use longer dummy passwords for wiki testing
authorTom Hughes <tom@compton.nu>
Thu, 3 Dec 2020 20:37:31 +0000 (20:37 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 3 Dec 2020 20:37:31 +0000 (20:37 +0000)
test/data_bags/wiki/passwords.json

index de5589f7fc4c03c85251dae7e4eeb0310ebf6f26..109e871379590a2bd91618d5d04c992058eb7e8e 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "database": "pw1",
-  "admin": "pw2",
-  "recaptcha": "pw3",
-  "thunderforest": "pw4"
+  "database": "database_password",
+  "admin": "admin_password",
+  "recaptcha": "precaptcha_token",
+  "thunderforest": "thunderforest_token"
 }