all repos — elgit @ 5ff42d78653ea018f8855de4768cf872ce41e41e

fork of legit: web frontend for git, written in go

use config.yaml as deployed configuration set localconfig.yaml as config file for local development

Alan Pearce
commit

5ff42d78653ea018f8855de4768cf872ce41e41e

parent

614938aaa064a77471f8fffa97d106c158f6bc13

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M modd.confmodd.conf
@@ -1,3 +1,3 @@
**/*.go config.yaml { - daemon: go run . + daemon: go run . --config localconfig.yaml }