added auth with a simple UI
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
"Eve": {
|
||||
"ClientId": "0a2e13f0b0f3426ca8f09af5036978a9",
|
||||
"SecretKey": "eat_vFwYVybPjD1QkPZM4fXJG2AkrzJO9W8U_10Pqp9",
|
||||
"CallbackUrl": "http://localhost:5163/auth/callback"
|
||||
},
|
||||
"Frontend": {
|
||||
"Url": "http://localhost:5173"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Redis": "localhost:6379,password=devpassword",
|
||||
"Postgres": "Host=localhost;Port=5432;Database=oed;Username=oed;Password=devpassword"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user