DataDir returns the app data directory path.
()
| 579 | |
| 580 | // DataDir returns the app data directory path. |
| 581 | func (app *BaseApp) DataDir() string { |
| 582 | return app.config.DataDir |
| 583 | } |
| 584 | |
| 585 | // EncryptionEnv returns the name of the app secret env key |
| 586 | // (currently used primarily for optional settings encryption but this may change in the future). |
no outgoing calls