MCPcopy
hub / github.com/pocketbase/pocketbase / EncryptionEnv

Method EncryptionEnv

core/app.go:69–69  ·  view source on GitHub ↗

EncryptionEnv returns the name of the app secret env key (currently used primarily for optional settings encryption but this may change in the future).

()

Source from the content-addressed store, hash-verified

67 // EncryptionEnv returns the name of the app secret env key
68 // (currently used primarily for optional settings encryption but this may change in the future).
69 EncryptionEnv() string
70
71 // IsDev returns whether the app is in dev mode.
72 //

Callers 7

TestNewFunction · 0.65
TestNewWithConfigFunction · 0.65
loadParamMethod · 0.65
TestSettings_DBExportFunction · 0.65
DBExportMethod · 0.65
loadOldSettingsFunction · 0.65

Calls

no outgoing calls

Tested by 4

TestNewFunction · 0.52
TestNewWithConfigFunction · 0.52
TestSettings_DBExportFunction · 0.52