diff --git a/config/config.exs b/config/config.exs index 9317692..f28efdf 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,11 +1,10 @@ import Config -config :phoenix_analytics, - duckdb_path: System.get_env("DUCKDB_PATH") || "analytics.duckdb", - app_domain: System.get_env("PHX_HOST") || "example.com", - in_memory: System.get_env("DUCKDB_IN_MEMORY") || false - -# postgres_conn: "dbname=postgres user=phoenix password=analytics host=localhost" -# cache_ttl: System.get_env("CACHE_TTL") || 120 # seconds +# config :phoenix_analytics, +# duckdb_path: System.get_env("DUCKDB_PATH") || "analytics.duckdb", +# app_domain: System.get_env("PHX_HOST") || "example.com", +# postgres_conn: "dbname=postgres user=phoenix password=analytics host=localhost", +# cache_ttl: System.get_env("CACHE_TTL") || 120 # seconds +# in_memory: System.get_env("DUCKDB_IN_MEMORY") || false import_config "#{config_env()}.exs"