mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Add postgres support, clean code, code review
This commit is contained in:
parent
9d3b003add
commit
e51afe4621
19 changed files with 1124 additions and 303 deletions
|
@ -48,6 +48,7 @@ func init() {
|
|||
fmt.Printf("Cannot load config file '%s'\n", cfgPath)
|
||||
os.Exit(2)
|
||||
}
|
||||
Cfg.BlockMode = false
|
||||
|
||||
cfgPath = filepath.Join(workDir, "custom/conf/app.ini")
|
||||
if com.IsFile(cfgPath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue