environment

This commit is contained in:
2025-10-29 21:55:49 +01:00
parent a5951e02af
commit 126436c237
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env

2
couchdb/.env.example Normal file
View File

@@ -0,0 +1,2 @@
COUCHDB_USER=admin
COUCHDB_PASSWORD=!ChangeMe!

2
mongodb/.env.example Normal file
View File

@@ -0,0 +1,2 @@
MONGODB_USER=admin
MONGODB_PASSWORD=!ChangeMe!