Nixos module
This commit is contained in:
@@ -26,7 +26,6 @@ config :sso_bsn, SsoBsnWeb.Endpoint,
|
||||
tailwind: {Tailwind, :install_and_run, [:default, ~w(--watch)]}
|
||||
]
|
||||
|
||||
config :sso_bsn, :session_domain, "localhost"
|
||||
|
||||
# ## SSL Support
|
||||
#
|
||||
@@ -77,5 +76,6 @@ config :phoenix, :plug_init_mode, :runtime
|
||||
# Include HEEx debug annotations as HTML comments in rendered markup
|
||||
config :phoenix_live_view, :debug_heex_annotations, true
|
||||
|
||||
config :wax_, origin: "http://localhost:4000", rp_id: :auto
|
||||
config :boruta, Boruta.Oauth, repo: SsoBsn.Repo, issuer: "http://localhost:4000/", contexts: [ resource_owners: SsoBsnWeb.ResourceOwners ]
|
||||
config :wax_, origin: "http://localhost:4000"
|
||||
config :boruta, Boruta.Oauth, issuer: "http://localhost:4000/"
|
||||
config :sso_bsn, :session_domain, "localhost"
|
||||
|
||||
Reference in New Issue
Block a user