This commit is contained in:
2025-03-13 21:18:01 +02:00
parent 02adc8b545
commit fd957e32b9
28 changed files with 1064 additions and 457 deletions

30
config.yaml Normal file
View File

@@ -0,0 +1,30 @@
email:
from": ""
username": ""
password": ""
server": ""
servers_database:
type: "" # mongo / kubernetes
mongo:
uesrname: ""
password: ""
url: ""
users_database:
type: "" # mongo / oidc ...
mongo:
username: ""
password: ""
url: ""
oauth:
client_id: ""
client_secret: ""
discovery_url: ""
signing:
algorithm": "HS512"
key: ""
domain: "games.acooldomain.co"