diff options
author | Raul Benencia <raul@thousandeyes.com> | 2021-01-12 16:57:26 -0800 |
---|---|---|
committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2021-01-13 10:50:35 -0800 |
commit | cfa915142c2bbff8d1572488b6343e56dfef9b64 (patch) | |
tree | 66961e8009fb10e84ddec3b55633d8cd4769cff8 /configs/shoelaces.conf | |
parent | fa13436d4ceba235081c9eedb8d6f586ea21e7aa (diff) |
Segregate BindAddr and BaseURL
Diffstat (limited to 'configs/shoelaces.conf')
-rw-r--r-- | configs/shoelaces.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/shoelaces.conf b/configs/shoelaces.conf index b4ed606..5e69d74 100644 --- a/configs/shoelaces.conf +++ b/configs/shoelaces.conf @@ -1,5 +1,4 @@ -port=8081 -domain=localhost +bind-addr=localhost:8081 data-dir=configs/data-dir/ template-extension=.slc mappings-file=mappings.yaml |