Skip to content

Commit ba15f70

Browse files
committed
fix yaml dump
1 parent 68890c8 commit ba15f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/multistreamer.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ secret: '<%= secret %>'
280280
281281
### whether to log queries and requests
282282
logging:
283-
queries: <%= logging.queries %>
284-
requests: <%= logging.requests %>
283+
queries: <%= logging.queries %>
284+
requests: <%= logging.requests %>
285285
286286
### if deploying somewhere other than the root of a domain
287287
### set this to your prefix (ie, '/multistreamer')

0 commit comments

Comments
 (0)