rewrite number whatever to .net and blazor.
This commit is contained in:
22
appsettings.json
Normal file
22
appsettings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"PG_HOST": "localhost",
|
||||
"PG_PORT": "5432",
|
||||
"PG_DATABASE": "rideaware",
|
||||
"PG_USER": "postgres",
|
||||
"PG_PASSWORD": "",
|
||||
"SMTP_SERVER": "",
|
||||
"SMTP_PORT": "465",
|
||||
"SMTP_USER": "",
|
||||
"SMTP_PASSWORD": "",
|
||||
"ADMIN_EMAIL": "",
|
||||
"JWT_SECRET_KEY": "",
|
||||
"HOST": "0.0.0.0",
|
||||
"PORT": "5000"
|
||||
}
|
||||
Reference in New Issue
Block a user