· 6 years ago · Apr 01, 2019, 10:34 PM
1{
2 "ip": "127.0.0.1",
3 "portHttp": 8080,
4 "portHttps": 443,
5 "httpsEnabled": false,
6 "passwordSalt": 10,
7 "session": {
8 "key": "habboapi",
9 "secret": "LDDWK8Mo4AmDYBn",
10 "resave": false,
11 "saveUninitialized": false,
12 "store": {
13 "tableName": "api_sessions",
14 "sessionId": "session",
15 "expires": "expires",
16 "data": "data"
17 }
18 },
19 "database": {
20 "client": "mysql",
21 "connection": {
22 "timezone" : "+00:00",
23 "host": "localhost",
24 "port": 3306,
25 "user": "root",
26 "password": "jum12345",
27 "database": "habboapi"
28 },
29 "hides": {
30 "randomUsersHideUser": [],
31 "randomRoomsHideRoom": [],
32 "randomGroupsHideGroup": [],
33 "activeRoomsHideRoom": [],
34 "mostCreditsHideUser": [],
35 "mostOnlineHideUser": [],
36 "mostRespectedHideUser": [],
37 "staffListHideRank": [1, 2]
38 }
39 },
40 "emulatorSettings": {
41 "emulatorType": "arcturus",
42 "ip": "127.0.0.1",
43 "port": 3000,
44 "rCRON": {
45 "ip": "",
46 "port": 12422
47 }
48 },
49 "userSettings": {
50 "userProhibitedUsernames": ["ADMIN-", "MOD-", "TRIAL-", "OWNER-", "ADM-"],
51 "userNew": {
52 "maxAccountsPerIp": 3,
53 "rank": 1,
54 "figure": "hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62",
55 "gender": "M",
56 "motto": "Welcome to HabboAPI",
57 "credits": 2000,
58 "duckets": 1000,
59 "diamonds": 3,
60 "homeRoom": 1
61 }
62 },
63 "reCAPTCHASettings": {
64 "captchaEnabled": false,
65 "siteKey": "",
66 "secretKey": ""
67 },
68 "maintenanceAllowedIps": [""],
69 "webSettings": {
70 "api": "http://localhost:8080/habboapi/api",
71 "siteName": "HabboAPI",
72 "siteLink": "http://localhost",
73 "maintenanceEnabled": false,
74 "siteImages": {
75 "images": "http://localhost:8080/assets/images",
76 "badges": "http://localhost:8080/assets/c_images/album1584",
77 "groupBadges": "http://localhost:8080/assets/c_images/Badgeparts/generated",
78 "avatars": "http://avatar-retro.com/habbo-imaging/avatarimage?figure="
79 },
80 "client": {
81 "clientVariables": "http://localhost:8080/assets/gamedata/external_variables.txt",
82 "clientTexts": "http://localhost:8080/assets/gamedata/external_flash_texts.txt",
83 "clientProductData": "http://localhost:8080/assets/gamedata/productdata.txt",
84 "clientFurniData": "http://localhost:8080/assets/gamedata/furnidata.xml",
85 "clientFigureList": "http://localhost:8080/assets/gamedata/figuredata.xml",
86 "clientPromoHabbos": "http://localhost:8080/assets/gamedata/habblet/xml/promo_habbos.xml",
87 "clientBase": "http://localhost:8080/assets/gordon/game/",
88 "clientSwf": "http://localhost:8080/assets/gordon/PRODUCTION-201611291003-338511768/Habbo.swf"
89 }
90 }
91}