add gauge API

This commit is contained in:
Pierre de Lacroix 2026-01-22 19:26:40 +01:00
parent 617c2ab725
commit d2ec7b12a9
Signed by: lateralus23
GPG key ID: 53E0CEC29C24EF39
8 changed files with 67 additions and 1 deletions

View file

@ -29,6 +29,8 @@ config :logger, :default_formatter,
# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason
config :camp_api, :grist, api_key: System.get_env("GRIST_API_KEY")
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"