Last active
November 3, 2022 14:35
-
-
Save MohammedMokresh/de106dfd3b07a982bed31b133603766f to your computer and use it in GitHub Desktop.
config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"endpoints": { | |
"backendURL": "https://staging-nginz-https.zinfra.io", | |
"backendWSURL": "https://staging-nginz-ssl.zinfra.io", | |
"blackListURL": "https://staging-assets.zinfra.io/public/blacklist/android.json", | |
"teamsURL": "https://wire-teams-staging.zinfra.io", | |
"accountsURL": "https://wire-account-staging.zinfra.io", | |
"websiteURL": "https://wire-webapp-qa.zinfra.io" | |
}, | |
"title": "staging.zinfra.io environment with proxy" | |
"proxy" : { | |
"apiProxy" : "socks5.socks-test.wire.link", | |
"port": 1080, | |
"needsAuthentication" : true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment