Configurable port

This commit is contained in:
2019-01-22 00:08:51 +02:00
parent e56aa4f9c8
commit 6ec2303b9f
3 changed files with 5 additions and 3 deletions

View File

@ -4,4 +4,5 @@
, database : Text
, migrations : Text }
, store : < Filestore : { path : Text } | IPFS : { common : Text } >
, port : Integer
}