added source

This commit is contained in:
2025-06-25 16:58:34 +02:00
parent d4f31c8efb
commit 37d4d8250a
6 changed files with 719 additions and 0 deletions

3
env.example Normal file
View File

@ -0,0 +1,3 @@
MONGO_URI="mongodb://localhost:27017" #or MONGO_URI="mongodb://username:password@localhost:27017/bitninja" for authenticated selfhosted or MONGO_URI="mongodb+srv://username:password@cluster.mongodb.net/" for cloud based
MONGO_DATABASE="bitninja"
MONGO_COLLECTION="ban_records"