package passage

  1. Overview
  2. Docs

Module Passage.ConfigSource

Sourceval home_dir : string lazy_t ref

Home directory. Default: $HOME

Sourceval base_dir : string lazy_t ref

Base directory for passage configuration. Default: $PASSAGE_DIR or $HOME/.config/passage

Sourceval keys_dir : string lazy_t ref

Directory containing public keys. Default: $PASSAGE_KEYS or <base_dir>/keys

Sourceval secrets_dir : string lazy_t ref

Directory containing encrypted secrets. Default: $PASSAGE_SECRETS or <base_dir>/secrets

Sourceval identity_file : string lazy_t ref

Path to the identity key file. Default: $PASSAGE_IDENTITY or <base_dir>/identity.key

Sourceval shm_warning_ack_file : string lazy_t

Path to the shm warning acknowledgement state file. Default: <base_dir>/.shm_warning_ack