feat: port basic functionality to elixir

This commit is contained in:
Schuwi
2025-09-14 12:19:44 +02:00
parent 0a6b7e08e2
commit 5e49cb79a0
14 changed files with 1405 additions and 14 deletions

View File

@@ -9,7 +9,8 @@ import Config
config :components_elixir,
ecto_repos: [ComponentsElixir.Repo],
generators: [timestamp_type: :utc_datetime]
generators: [timestamp_type: :utc_datetime],
auth_password: System.get_env("AUTH_PASSWORD", "changeme")
# Configures the endpoint
config :components_elixir, ComponentsElixirWeb.Endpoint,