Skip to content

Commit

Permalink
cleanup x2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jul 7, 2024
1 parent 1f3c466 commit ce957dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ totp_vault_key =
totp_vault_key ||
Plug.Crypto.KeyGenerator.generate(secret_key_base, "totp", length: 32, iterations: 65536)

### Mandatory params End
config :plausible, Plausible.Auth.TOTP, vault_key: totp_vault_key

build_metadata_raw = get_var_from_path_or_env(config_dir, "BUILD_METADATA", "{}")

Expand Down Expand Up @@ -209,8 +209,6 @@ runtime_metadata = [

config :plausible, :runtime_metadata, runtime_metadata

config :plausible, Plausible.Auth.TOTP, vault_key: totp_vault_key

sentry_dsn = get_var_from_path_or_env(config_dir, "SENTRY_DSN")
honeycomb_api_key = get_var_from_path_or_env(config_dir, "HONEYCOMB_API_KEY")
honeycomb_dataset = get_var_from_path_or_env(config_dir, "HONEYCOMB_DATASET")
Expand Down

0 comments on commit ce957dd

Please sign in to comment.