mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 01:22:49 +00:00
server - support for admin/mod users
This commit is contained in:
@@ -4,4 +4,13 @@ use Mix.Config
|
||||
config :myapp,
|
||||
bnet_client_id: "",
|
||||
bnet_client_secret: "",
|
||||
bnet_redirect_uri: ""
|
||||
bnet_redirect_uri: "",
|
||||
|
||||
# admin login credentials for site
|
||||
admin_accounts: [%{
|
||||
"username" => "",
|
||||
"password" => "",
|
||||
"character_name" => "",
|
||||
"character_avatar" => "",
|
||||
"permissions" => ""
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user