-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_template.xml
40 lines (40 loc) · 1.43 KB
/
settings_template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<Settings>
<Graphics>
<DisplayMode>
<width>85</width>
<height>85</height>
<bitDepth>32</bitDepth>
<refreshRate>100</refreshRate>
<windowed>True</windowed>
</DisplayMode>
</Graphics>
<Network>
<serverHost>slideshowgames.github.io/resenetserver/server</serverHost>
<serverPort>50001</serverPort>
<GoogleAuthentication>
<authServerUrl>https://accounts.google.com/o/oauth2/auth</authServerUrl>
<redirectUri>https://slideshowgames.github.io/resenetserver/auth</redirectUri>
<!-- Client ID is retired -->
</GoogleAuthentication>
<PaypalPurchase>
<serverUrl>https://auth.senetonline.com/cgi-bin/paypal_purchase.py</serverUrl>
<restoreUrl>https://auth.senetonline.com/cgi-bin/paypal_auth.py</restoreUrl>
</PaypalPurchase>
<GameAnalytics>
<hostname>api.gameanalytics.com</hostname>
<port>80</port>
<version>1</version>
<gameKey>141acf16e3c44e0a6816f86c4cb5fe2b</gameKey>
<secretKey>17a064ea7a8f18481742f3d51b42b198674a7297</secretKey>
<!--TESTBED keys <gameKey>be6f6e5979589587afe0d8072af48273</gameKey>
<secretKey>6ff65a5a2cbcae3196bc13f42e3562c4f02f9922</secretKey>-->
</GameAnalytics>
</Network>
<General>
<logLevel>TRACE</logLevel>
<maxBufferedLogs>100</maxBufferedLogs>
<hardwareMouse>True</hardwareMouse>
<rateUrl>https://chrome.google.com/webstore/detail/senet-online/pfmcegikaljcfolenjkadbbaicbgjcpb/reviews</rateUrl>
</General>
</Settings>