craft your forge, build your project, grow your community freely
1---
2id: "a735"
3priority: 80
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Gitroot instance configuration
1112Today lot of config are stored in [conf.go](../app/server/configuration/config.go). Find a way to generate that file inside the root repository to be able to be edited by admin.
1314Maybe add a flag to gitroot `gitroot --only-conf` to generate the file, admin can edit it before launch of gitroot.
1516Or make them fully runtime and update them on push. How to manage a change of ssh port?
1718192021Done with `--initConfig path` and `--config path` commands. Doc update into [deploy instance](../doc/tutorials/deploy_instance.md)