1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 03:58: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

11
example_config.ini Normal file
View File

@ -0,0 +1,11 @@
[moneygo]
# Whether to serve as FastCGI (default is false, for HTTP)
fcgi = false
# Port to serve FCGI or HTTP on
port = 8080
# Base directory for serving files out of. This should point to the root of the
# moneygo source directory
base-directory = src/github.com/aclindsa/moneygo/