feat: Update OAuth client handling and permissions, enhance authentication claims, and adjust environment settings
11 lines
494 B
Plaintext
11 lines
494 B
Plaintext
ASPNETCORE_ENVIRONMENT=Development
|
|
ConnectionStrings__Default=Host=localhost;Database=member_center;Username=postgres;Password=postgres
|
|
Auth__Issuer=http://localhost:7850/
|
|
Auth__WebLoginUrl=http://localhost:5080/account/login
|
|
Auth__AllowedLoginReturnUrlPrefixes=http://localhost:7850/
|
|
Auth__MemberCenterAudience=member_center_api
|
|
Auth__SendEngineAudience=send_engine_api
|
|
SendEngine__BaseUrl=http://localhost:6060
|
|
SendEngine__WebhookSecret=change-me
|
|
Testing__DisableSubscriptionDryRunNoDb=false
|