Skip to content

Commit

Permalink
config tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Oct 8, 2017
1 parent 8917020 commit 0ae2b52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config.tpl.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"schnack_host": "https://schnack.mysite.com"
"admins": [],
"date_format": "MMMM DD, YYYY",
"schnack_host": "https://schnack.mysite.com",
"port": 3000,
"cookie_domain": ".mysite.com",
"allow_origin": ["https://www.mysite.com"],
"admins": [1],
"oauth": {
"secret": "xxxxx",
"twitter": {
Expand All @@ -21,5 +18,6 @@
"app_token": "xxxxx",
"user_key": "xxxxx"
}
}
},
"date_format": "MMMM DD, YYYY - h:mm a"
}

0 comments on commit 0ae2b52

Please sign in to comment.