Display config file path on admin panel (#2030)
This commit is contained in:
parent
32f1c41f28
commit
75b5be236a
3 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,7 @@ func Config(ctx *context.Context) {
|
|||
ctx.Data["PageIsAdmin"] = true
|
||||
ctx.Data["PageIsAdminConfig"] = true
|
||||
|
||||
ctx.Data["CustomConf"] = setting.CustomConf
|
||||
ctx.Data["AppUrl"] = setting.AppURL
|
||||
ctx.Data["Domain"] = setting.Domain
|
||||
ctx.Data["OfflineMode"] = setting.OfflineMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue