Scaffold ASP.NET Core Web API backend
This commit is contained in:
13
backend/appsettings.Development.example.json
Normal file
13
backend/appsettings.Development.example.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" }
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Postgres": "Host=aws-N-REGION.pooler.supabase.com;Port=5432;Database=postgres;Username=postgres.YOURPROJECTREF;Password=REPLACE_ME;SSL Mode=Require;Trust Server Certificate=true"
|
||||
},
|
||||
"Supabase": {
|
||||
"MetadataAddress": "https://YOURPROJECTREF.supabase.co/auth/v1/.well-known/openid-configuration",
|
||||
"Issuer": "https://YOURPROJECTREF.supabase.co/auth/v1",
|
||||
"Audience": "authenticated"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user