🛠 Ability to work without encryption in db (#33)

* Ability to work without encryption in db
This commit is contained in:
Romaric Mourgues
2023-04-24 21:37:09 +02:00
committed by GitHub
parent b6420f280c
commit c2ae23137b
2 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"database": {
"secret": "ab63bb3e90c0271c9a1c06651a7c0967eab8851a7a897766",
"secret": "",
"mongodb": {
"uri": "mongodb://mongo:27017"
},