5 Commits
Author SHA1 Message Date
Daniel PerezandDavid Dollar 9bebfece50 Add flag to customize shutdown gracetime (#84) 2016-06-05 20:22:49 -04:00
Võ Anh DuyandDavid Dollar dd6e9899ca Allow local config with .forego (#56)
See #32
gotenv can read simple yaml file so we don't need to use a read yaml
parse.
The value in forego file will be set as default value, if we set flag
or env value, it will override the value in forego file
2016-04-13 13:11:00 -07:00
Nicolás Hock Isaza 76b295e7f5 Read PORT from the environment
Read the `PORT` from the system environment if it's present. This is
related to #44 and will make the port read order this:

1. `-p` flag.
2. `PORT` in the `.env` file
3. `PORT` environment variable
4. 5000 as default port
2015-01-02 16:53:13 -05:00
Sergio BoteroandDavid Dollar bff4e8f8cf Read port from env
Allow the port to be set on the .env file to avoid using the port flag
every time.
2015-01-01 21:20:18 -05:00
Jason Wilder 16b7228a81 Add concurrency support
For #18
2014-05-07 15:01:39 -06:00