mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
clone in ssh
This commit is contained in:
parent
df1985e1e8
commit
26f9962b6e
6 changed files with 60 additions and 43 deletions
|
@ -18,6 +18,7 @@ import (
|
|||
var (
|
||||
AppVer string
|
||||
AppName string
|
||||
Domain string
|
||||
Cfg *goconfig.ConfigFile
|
||||
)
|
||||
|
||||
|
@ -58,4 +59,5 @@ func init() {
|
|||
Cfg.BlockMode = false
|
||||
|
||||
AppName = Cfg.MustValue("", "APP_NAME")
|
||||
Domain = Cfg.MustValue("server", "DOMAIN")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue