Nixos module

This commit is contained in:
bluepython508
2023-11-09 23:58:26 +00:00
parent 6fb839824e
commit b6d5cbc70a
5 changed files with 103 additions and 13 deletions

View File

@@ -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"