feat: port basic functionality to elixir
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user