1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
This commit is contained in:
2015-06-25 19:40:52 -05:00
parent 0064ed0795
commit 7dfc0967f4
13 changed files with 191 additions and 90 deletions

View File

@@ -1,3 +1,2 @@
npm-debug.log
config.json
public/gen

View File

@@ -0,0 +1,11 @@
{
"database": {
"default": {
"host": "localhost",
"port": 27017,
"name": "storify_localhost",
"username": "",
"password": ""
}
}
}

View File

@@ -0,0 +1,11 @@
{
"database": {
"default": {
"host": "localhost",
"port": 27017,
"name": "storify_localhost",
"username": "",
"password": ""
}
}
}