You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ See [recipes.md](recipes.md) for example configurations for common setups.
8
8
9
9
At a bare minimum, you MUST set the following options:
10
10
11
-
-`Domain`: the fully qualified domain name where your instance is hosted. Clients using authlib-injector may not see skins if this option is not correctly set. String. Default value: `"drasl.example.com"`.
12
-
-`BaseURL`: the URL of your instance. String. Default value: `"https://drasl.example.com"`.
11
+
-`Domain`: the fully qualified domain name where your instance is hosted. Clients using authlib-injector may not see skins if this option is not correctly set. String. Default value: `""`. Example value: `"drasl.example.com"`.
12
+
-`BaseURL`: the URL of your instance. String. Default value: `""`. Example value: `"https://drasl.example.com"`.
0 commit comments