devel #269

Merged
inhji merged 3 commits from devel into main 2023-08-21 23:55:14 +02:00
Showing only changes of commit 0012d8a5f7 - Show all commits

View file

@ -14,9 +14,8 @@ config :chiya, ChiyaWeb.Endpoint, cache_static_manifest: "priv/static/cache_mani
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Chiya.Finch
# Do not print debug messages in production
# config :logger, level: :debug
config :logger, :default_handler, level: :info
# Do print debug messages in production
config :logger, :default_handler, level: :debug
config :cors_plug,
origin: ["app://obsidian.md"],