Skip to content

Commit e5b5267

Browse files
authored
Add AUTH_DEFAULT_ADMIN_TEST_MODE_URL to self-hosting docs (#113)
1 parent b506365 commit e5b5267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fern/pages/self-hosting.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ services:
6666
# Have this point at where this service will be accessible from the public internet.
6767
AUTH_BASE_URL: "http://localhost:8080"
6868

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+
6972
# See "SAML State Signing Key" below. For initial testing, this default value is fine.
7073
AUTH_SAML_STATE_SIGNING_KEY: "0000000000000000000000000000000000000000000000000000000000000000"
7174
ports:

0 commit comments

Comments
 (0)