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: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Tap Waiter offers an http api that serves json objects containing information ab
19
19
A configuration file is required and defines the listening port and the api endpoint definitions. A simple example can be found below and another in the `testdata` folder.
20
20
21
21
```go mdox-exec="tail -n +2 conf/conf.yaml"
22
-
port: 17777 # port to listen at
22
+
bind: 0.0.0.0:17777 # bind server to
23
23
default_cache_lifetime: 5m # e.g.: 180s, 3m... 0for no caching
0 commit comments