Compare commits

...

2 commits

Author SHA1 Message Date
3ec1deb7e5 fika 2026-04-12 21:50:04 -07:00
856376210f flea prices 2026-04-12 21:49:28 -07:00
5 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,3 @@
[
]

View file

@ -0,0 +1,8 @@
{
"nextUpdate": 0,
"maxIncreaseMult": 10,
"maxLimiter": false,
"pvePrices": false,
"disablePriceFetching": false,
"debug": false
}

View file

@ -44,7 +44,7 @@
"showDevProfile": false, "showDevProfile": false,
"showNonStandardProfile": false, "showNonStandardProfile": false,
"adminIds": [], "adminIds": [],
"apiKey": "BjKAFdrZj7TgQOQV5Dw4rgdrU6XveGznNmPOA77ge4" "apiKey": "SUnfOiLGjA7bV24lwnrglnxDKVgf9dSWbHiZONW5M"
}, },
"natPunchServer": { "natPunchServer": {
"enable": false, "enable": false,
@ -54,7 +54,7 @@
"profiles": { "profiles": {
"amount": 1, "amount": 1,
"aliases": { "aliases": {
"69db892f4b518616882444fc": "Server-1" "69dc748303268a2a9023d34c": "Server-1"
} }
}, },
"scripts": { "scripts": {

View file

@ -1,5 +1,5 @@
{ {
"ProfileId": "69db892f4b518616882444fc", "ProfileId": "69dc748303268a2a9023d34c",
"BackendUrl": "https://127.0.0.1:6969", "BackendUrl": "https://127.0.0.1:6969",
"StartMinimized": false "StartMinimized": false
} }