add gauge API
This commit is contained in:
parent
617c2ab725
commit
d2ec7b12a9
8 changed files with 67 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue