Nixos module

This commit is contained in:
bluepython508
2023-11-09 23:58:26 +00:00
parent 21ad6931b7
commit e58fe69747
6 changed files with 110 additions and 14 deletions

View File

@@ -54,4 +54,8 @@ config :phoenix, :json_library, Jason
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
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 ]
import_config "#{config_env()}.exs"