[WIP]
This commit is contained in:
30
config.yaml
Normal file
30
config.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user