43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"bundleKey": "AppConfig",
|
|
"containers": {
|
|
"local": "Profiles-v3",
|
|
"remote": "Profiles-v3.remote",
|
|
"legacyV2": "Profiles"
|
|
},
|
|
"websites": {
|
|
"home": "https://passepartoutvpn.app",
|
|
"subreddit": "https://www.reddit.com/r/passepartout/",
|
|
"githubSponsors": "https://www.github.com/sponsors/passepartoutvpn"
|
|
},
|
|
"emails": {
|
|
"domain": "passepartoutvpn.app",
|
|
"recipients": {
|
|
"issues": "issues",
|
|
"beta": "beta"
|
|
}
|
|
},
|
|
"formats": {
|
|
"timestamp": "yyyy-MM-dd HH:mm:ss"
|
|
},
|
|
"tunnel": {
|
|
"profileTitleFormat": "Passepartout: %@",
|
|
"refreshInterval": 3.0
|
|
},
|
|
"api": {
|
|
"timeoutInterval": 5.0
|
|
},
|
|
"log": {
|
|
"appPath": "app.log",
|
|
"tunnelPath": "tunnel.log",
|
|
"sinceLast": 86400,
|
|
"maxLevel": 3,
|
|
"maxNumberOfLines": 10000,
|
|
"maxAge": 604800,
|
|
"formatter": {
|
|
"timestamp": "HH:mm:ss",
|
|
"message": "%@ - %@"
|
|
}
|
|
}
|
|
}
|