We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b506365 commit e5b5267Copy full SHA for e5b5267
fern/pages/self-hosting.mdx
@@ -66,6 +66,9 @@ services:
66
# Have this point at where this service will be accessible from the public internet.
67
AUTH_BASE_URL: "http://localhost:8080"
68
69
+ # Have this point at where the ssoready-admin service will be accessible from the public internet, followed by "/test-mode".
70
+ AUTH_DEFAULT_ADMIN_TEST_MODE_URL: "http://localhost:8083/test-mode"
71
+
72
# See "SAML State Signing Key" below. For initial testing, this default value is fine.
73
AUTH_SAML_STATE_SIGNING_KEY: "0000000000000000000000000000000000000000000000000000000000000000"
74
ports:
0 commit comments