passepartout-apple/Packages/App/Sources/CommonLibrary/Resources/Constants.json
Davide 1942b82ebb
Rework App+Kit as monorepository (#1055)
Simplify development and maintenance immensely by making this a
monorepository:

- Convert PassepartoutKit and VPN bindings to local packages
  - OpenVPN/OpenSSL
  - WireGuard/Go
- Make PassepartoutKit available via
  - Source submodule for production (private)
- [Binary XCFramework for
development](https://github.com/passepartoutvpn/passepartoutkit)
 - Add PassepartoutKit Demo in root
   - Deploy package later
2025-01-13 12:26:53 +01:00

48 lines
1.2 KiB
JSON

{
"bundleKey": "AppConfig",
"containers": {
"local": "Local",
"remote": "Remote",
"backup": "Backup",
"preferences": "Preferences-v3",
"legacyV2": "Profiles",
"legacyV2TV": "SharedProfiles"
},
"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,
"betaReceiptPath": "beta-receipt",
"eligibilityCheckInterval": 600.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": "%@ - %@"
}
}
}