MCPcopy Index your code
hub / github.com/TruthHun/BookStack / GetAppKey

Function GetAppKey

conf/enumerate.go:89–91  ·  view source on GitHub ↗

app_key

()

Source from the content-addressed store, hash-verified

87
88// app_key
89func GetAppKey() string {
90 return beego.AppConfig.DefaultString("app_key", "godoc")
91}
92
93func GetDatabasePrefix() string {
94 return beego.AppConfig.DefaultString("db_prefix", "md_")

Callers 5

PrepareMethod · 0.92
loginByMemberIdMethod · 0.92
LoginMethod · 0.92
LogoutMethod · 0.92
isBookOwnerMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected