Skip to content

Commit

Permalink
making sure config matches
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnamilee committed Nov 26, 2022
1 parent b115279 commit a014e51
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions private/config.yml-example
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
meta:
app:
port: 3456
debug: true
debug: false
koa:
defaultUrl: https://taiz.me/
# should be in 'public'
Expand All @@ -15,18 +14,19 @@ meta:
post: 200
postFailed: 400
ui:
config: 'Config parsed.'
running: 'Application listening.'
noHost: '0.0.0.0:0'
config: Config parsed.
running: Application listening.
noHost: 0.0.0.0:0
request:
found: ', true, '
notFound: ', false, '
post: ', post, '
found: ", true, "
notFound: ", false, "
post: ", post, "
body:
found: 'Match found: '
notFound: 'Whoops, cy@.'
found: "Match found: "
notFound: Whoops, cy@.
post: Added.
postFailed: 'Check yo self.'
postFailed: Check yo self.
data:
"/test": https://youtube.com/
/test: https://youtube.com/
/google: https://google.ca
# add more entries here

0 comments on commit a014e51

Please sign in to comment.