Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Add local.json for exported apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Viswanathan committed Aug 29, 2012
1 parent b46b071 commit 8585b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store .DS_Store
*.sw[pon] *.sw[pon]
node_modules node_modules
local.json /local.json
public/stylesheets/main.css public/stylesheets/main.css
log log
7 changes: 7 additions & 0 deletions export/base-app/local.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"domain": "http://localhost",
"port": 3000,
"authUrl": "https://browserid.org",
"session_secret": "secret",
"session_cookie": "session_your_cookie_name"
}

0 comments on commit 8585b55

Please sign in to comment.