Gormes

Paths and Logs

Native Gormes filesystem locations for config, secrets, sessions, memory, and logs.

Paths and Logs

Ask the binary for active paths when possible:

gormes config path
gormes config env-path

Default native paths:

PathPurpose
~/.gormes/config.tomlNative config.
~/.gormes/.envLocal dotenv secrets.
~/.gormes/sessions.dbSession map.
~/.gormes/memory.dbMemory database.
~/.gormes/gormes.logRuntime log path.

Pages about migration may mention ~/.hermes. Normal Gormes operation should document ~/.gormes.