Skip to content

Commit

Permalink
feat: add dummy server config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreferris committed Aug 14, 2024
1 parent 51ade33 commit b86814a
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ data class ServerConfig(
isOnPremises = false,
apiProxy = null
)

val DUMMY = Links(
api = """https://dummy-nginz-https.zinfra.io""",
accounts = """https://wire-account-dummy.zinfra.io""",
webSocket = """https://dummy-nginz-ssl.zinfra.io""",
teams = """https://wire-teams-dummy.zinfra.io""",
blackList = """https://clientblacklist.wire.com/dummy""",
website = """https://dummy.wire.com""",
title = "dummy",
isOnPremises = false,
apiProxy = null
)

val DEFAULT = PRODUCTION

private const val FORGOT_PASSWORD_PATH = "forgot"
Expand Down

0 comments on commit b86814a

Please sign in to comment.