user management with pagination & modal improvements
This commit is contained in:
parent
488a4e5195
commit
18468e3cc3
35 changed files with 2948 additions and 86 deletions
config
|
@ -10,6 +10,12 @@ use Mix.Config
|
|||
config :bones73k,
|
||||
ecto_repos: [Bones73k.Repo]
|
||||
|
||||
# Custom application global variables
|
||||
config :bones73k, :app_global_vars,
|
||||
time_zone: "America/New_York",
|
||||
mailer_reply_to: "reply_to@example.com",
|
||||
mailer_from: "app_name@example.com"
|
||||
|
||||
# Configures the endpoint
|
||||
config :bones73k, Bones73kWeb.Endpoint,
|
||||
url: [host: "localhost"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue