· 6 years ago · Mar 04, 2019, 11:56 PM
1{
2 "db": {
3 "username": "db_username",
4 "password": "db_password",
5 "host": "localhost",
6 "port": "27017",
7 "name": "cod4xwebadmin"
8 },
9 "sessionSecret": "somerandomsecrettext_change_it^{",
10 "website_name": "CoD4x Webadmin",
11 "website_url": "http://localhost:3000",
12 "contact_email": "myemail@email.com",
13 "facebookAuth" : {
14 "clientID" : "client_id",
15 "clientSecret" : "clientSecret",
16 "callbackURL" : "http://localhost:3000/user/auth/facebook/callback",
17 "profileURL" : "https://graph.facebook.com/v2.5/me?fields=first_name,last_name,email"
18 },
19 "twitterAuth" : {
20 "consumerKey" : "consumerKey",
21 "consumerSecret" : "consumerSecret",
22 "callbackURL" : "http://localhost:3000/user/auth/twitter/callback"
23 },
24 "googleAuth" : {
25 "clientID" : "clientID",
26 "clientSecret" : "clientSecret",
27 "callbackURL" : "http://localhost:3000/user/auth/google/callback"
28 },
29 "steamAuth" : {
30 "returnURL" : "http://www.mywebsite.com/user/auth/steam/return",
31 "realm" : "http://www.mywebsite.com",
32 "apiKey" : "apiKey"
33 },
34 "discord_webhook": {
35 "webhook_url" : "webhook_url",
36 "webhook_displayname" : "CoD4x Webadmin",
37 "webhook_avatar" : "http://localhost:3000/img/profile-menu.png"
38 },
39 "g_recaptcha": {
40 "SITE_KEY" : "SITE_KEY",
41 "SECRET_KEY" : "SECRET_KEY"
42 },
43 "kgb_api": {
44 "kgb_link" : "http://www.kgb-hosting.com/gpanel/api/server_process.php",
45 "kgb_id" : "kgb_id",
46 "kgb_auth" : "kgb_auth"
47 },
48 "ssh_access": {
49 "host" : "your-server-ip",
50 "user" : "putty_username",
51 "password" : "putty_password"
52 },
53 "cod4_server_plugin": {
54 "download_link" : "http://files.linuxgsm.com/CallOfDuty4/cod4x18_dedrun.tar.bz2",
55 "servers_root" : "/home/linux_user"
56 },
57 "cod4x_compile": {
58 "download_link" : "https://github.com/callofduty4x/CoD4x_Server/archive/dev_newarch.zip",
59 "dir_root" : "/home/linux_user/CoD4x_Server-dev_newarch",
60 "zip_file_name" : "dev_newarch.zip"
61 },
62 "website_language": "en",
63 "website_non_http_url": "localhost"
64}