replaced with sample config
parent
24b6f577ee
commit
306dac252f
14
config.yaml
14
config.yaml
|
@ -1,14 +0,0 @@
|
|||
debug: true
|
||||
kra_settings_config_path: kraSettings.yaml
|
||||
mongodb:
|
||||
hostname: 127.0.0.1
|
||||
port: 27017
|
||||
database: krakatoa-roleplay
|
||||
username: kraUser
|
||||
password: eA641zlH8viZDZQVR2Qz0L8Y8RhTdavd
|
||||
servers:
|
||||
minecraft:
|
||||
host: 127.0.0.1:50001
|
||||
access_key: bce19b5f # auth socket connections from minecraft servers
|
||||
web:
|
||||
host: 127.0.0.1:50000
|
|
@ -1,16 +0,0 @@
|
|||
web_socket:
|
||||
access_key: bce19b5f
|
||||
protocol: ws
|
||||
host: 127.0.0.1
|
||||
port: 50003
|
||||
web:
|
||||
voice_address: "https://dev.voice.krakatoa-roleplay.umbach.dev/"
|
||||
mongodb:
|
||||
host: 127.0.0.1
|
||||
port: 27017
|
||||
database: krakatoa-roleplay
|
||||
username: kraUser
|
||||
password: eA641zlH8viZDZQVR2Qz0L8Y8RhTdavd
|
||||
voice_web_code:
|
||||
letters: 0123456789 # 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
length: 12
|
Loading…
Reference in New Issue