mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 11:29:25 +00:00
Added additional config files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,6 +8,6 @@ node_modules/
|
||||
*.css.map
|
||||
|
||||
config/*.json
|
||||
!config/*_sample*
|
||||
!config/*sample*
|
||||
|
||||
*.swp
|
||||
|
||||
3
config/server.sample.json
Normal file
3
config/server.sample.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"port": 5000
|
||||
}
|
||||
4
config/session.sample.json
Normal file
4
config/session.sample.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"sessionLifetime": 7200000,
|
||||
"sessionSecret": "extra secret string"
|
||||
}
|
||||
Reference in New Issue
Block a user