EncryptionEnv returns the name of the app secret env key (currently used primarily for optional settings encryption but this may change in the future).
()
| 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 | // |
no outgoing calls