Initial commit.

This commit is contained in:
Trixkz
2024-09-19 21:44:23 -04:00
parent 359672f599
commit 4bac53f568
140 changed files with 864 additions and 42 deletions

21
target/classes/config.yml Normal file
View File

@ -0,0 +1,21 @@
# --------------------------------------------------
# MongoDB configuration
# --------------------------------------------------
MONGO:
URI-MODE: false
NORMAL:
HOST: ""
PORT: 27017
DATABASE: ""
AUTH:
ENABLED: false
USERNAME: "user"
PASSWORD: "pass"
AUTH-DATABASE: "admin"
URI:
CONNECTION-STRING: ""
DATABASE-NAME: ""
SERVER-IP-ADDRESS: "dev.loganmagnan.com"
PERMISSION-NODES:
CHAT-BYPASS: "eventcore.chat.bypass"