For the initial setup, we recommend modifying the config file directly since the dashboard might not be accessible before Memento is properly configured.
Via config file / command line arguments
Please refer to config.sample.yml for a list of available configuration parameters.
All the options in the config file have a corresponding flag represented by the the tree elements concatenated with a . (dot), for example:
db:
host: localhost
# transforms into "--db.host=localhost"
feature:
lag:
enabled: true
# transforms into "--feature.lag.enabled=true"
The following configuration options are only available through ENV variables.