mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 16:19:26 +00:00
Added additional config files
This commit is contained in:
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