#W# Change: [Go menu now uses 1 file Data/go.json. It also excepts a 'map' destination.
This commit is contained in:
parent
3aeeb3705b
commit
6388a96fa9
23 changed files with 519 additions and 38 deletions
15
Distribution/Configuration/email-settings.json
Normal file
15
Distribution/Configuration/email-settings.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"enabled": false,
|
||||
"fromAddress": "support@modernuo.com",
|
||||
"fromName": "ModernUO Team",
|
||||
"crashAddress": "crashes@modernuo.com",
|
||||
"crashName": "Crash Log",
|
||||
"speechLogPageAddress": "support@modernuo.com",
|
||||
"speechLogPageName": "GM Support Conversation",
|
||||
"emailServer": "smtp.gmail.com",
|
||||
"emailPort": 465,
|
||||
"emailUsername": "support@modernuo.com",
|
||||
"emailPassword": "Some Password 123",
|
||||
"emailSendRetryCount": 5,
|
||||
"emailSendRetryDelay": 3
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue