Skip to content

Commit 3a89709

Browse files
committed
Added additional config files
1 parent e07e323 commit 3a89709

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ node_modules/
88
*.css.map
99

1010
config/*.json
11-
!config/*_sample*
11+
!config/*sample*
1212

1313
*.swp

config/server.sample.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"port": 5000
3+
}

config/session.sample.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"sessionLifetime": 7200000,
3+
"sessionSecret": "extra secret string"
4+
}

0 commit comments

Comments
 (0)