Skip to content

Commit

Permalink
Major refactor, removing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorensen committed Dec 14, 2011
1 parent 1c15bc2 commit bd038e8
Show file tree
Hide file tree
Showing 104 changed files with 3,794 additions and 10,211 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -9,6 +9,7 @@
*.vi
*~
*.sublime-project
.monitor

# OS or Editor folders
.DS_Store
Expand Down Expand Up @@ -37,4 +38,4 @@ build/buildinfo.properties
build/config/buildinfo.properties

_dev
node_modules
node_modules
35 changes: 0 additions & 35 deletions cluster-server.js

This file was deleted.

79 changes: 0 additions & 79 deletions config.js

This file was deleted.

48 changes: 48 additions & 0 deletions config.json
@@ -0,0 +1,48 @@

{ "session": {}
, "redis": {
"options": {
"parser": "javascript"
, "return_buffer": false
}
}
, "mongo": {
"options": {
"auto_reconnect": true
, "native_parser": true
}
}
, "port": 8080
, "cache": { "age": 3600000 }
, "cookie": { "age": 3600000 }

, "development": {
"session": {
"secret": "abcdefg"
, "username": ""
, "password": ""
}
, "redis": {
"host": "127.0.0.1"
, "port": 6379
}
, "mongo": {
"host": "mongodb://localhost:27017/aebleskiver"
, "port": 27017
, "name": "aebleskiver"
}
, "port": 3000
}

, "testing": {
}

, "production": {
"session": {
"secret": "somethingelse"
, "username": ""
, "password": ""
}
, "port": 8080
}
}
65 changes: 0 additions & 65 deletions docs/app.html

This file was deleted.

127 changes: 0 additions & 127 deletions docs/app.model.html

This file was deleted.

47 changes: 0 additions & 47 deletions docs/app.router.html

This file was deleted.

753 changes: 0 additions & 753 deletions docs/app.view.html

This file was deleted.

15 changes: 0 additions & 15 deletions docs/auth.dnode.html

This file was deleted.

0 comments on commit bd038e8

Please sign in to comment.