1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-03 04:38:38 -04:00

Move to using config file

This commit is contained in:
2017-10-01 21:15:40 -04:00
parent debd221796
commit f88fed966b
4 changed files with 55 additions and 30 deletions

View File

@ -65,12 +65,12 @@ the `go generate ...` command.
Assuming you're in the same directory you ran the above installation commands
from, running MoneyGo is then as easy as:
$ ./bin/moneygo \
-port 8080 \
-base src/github.com/aclindsa/moneygo/
$ ./bin/moneygo -config src/github.com/aclindsa/moneygo/example_config.ini
You should then be able to explore MoneyGo by visiting http://localhost:8080 in
your browser.
your browser. Editing the configuration file supplied will allow you to modify
several settings including the port used and whether to serve via FastCGI
instead of HTTP (the default).
## Missing Features