Skip to content

Commit

Permalink
remove default values in config
Browse files Browse the repository at this point in the history
  • Loading branch information
lalabuy948 committed Sep 24, 2024
1 parent 18504bc commit 8212c13
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import Config

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
# 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

import_config "#{config_env()}.exs"

0 comments on commit 8212c13

Please sign in to comment.