Skip to content

Commit a512b61

Browse files
committed
Correct BaseURL and Domain default values in docs
1 parent 37d6844 commit a512b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ See [recipes.md](recipes.md) for example configurations for common setups.
88

99
At a bare minimum, you MUST set the following options:
1010

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"`.
1313

1414
Other available options:
1515

0 commit comments

Comments
 (0)