Add a proper key

This commit is contained in:
DenialMC 2015-04-05 13:51:59 +03:00
parent 8a401c4687
commit 3eb20db6da

View file

@ -29,7 +29,7 @@ if accountDBType == 'remote':
minAccessLevel = simbase.config.GetInt('min-access-level', 100)
accountServerEndpoint = simbase.config.GetString('account-server-endpoint', 'http://127.0.0.1:45749/')
accountServerSecret = simbase.config.GetString('account-server-secret', '69')
accountServerSecret = simbase.config.GetString('account-server-secret', '1X5oN69^#0^fCw7s#uyQTWYJ!8m9z!6Midphf90gMQYl*L5Uy!Ri5KTP6@BbZ5#Tlm37bJAI')
http = HTTPClient()