autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

Allow defaults to be defined in a toml file #40

Closed hatchan closed 1 year ago

hatchan commented 1 year ago

This will allow us to define all the endpoints, whether to enable pushgateway and others in the file which is going to be stored in the repository itself. This makes it easier for users that work on the same codebase to quickly get up and running with am with their local development flow.

Possible locations (note we could try them all):

Edit: Changed to toml since that is probably easier to work with for our users.

hatchan commented 1 year ago

Resolved in #67