diff options
Diffstat (limited to 'crates/sellershut/sellershut.toml')
-rw-r--r-- | crates/sellershut/sellershut.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/sellershut/sellershut.toml b/crates/sellershut/sellershut.toml index 77a8a25..76f354a 100644 --- a/crates/sellershut/sellershut.toml +++ b/crates/sellershut/sellershut.toml @@ -5,6 +5,7 @@ port = 2210 [misc] hostname = "localhost" instance-name = "sellershut" +auth-endpoint = "http://localhost:1304" [monitoring] log-level = "sellershut=trace,info" |