Use .env for all configs
This commit is contained in:
@@ -17,6 +17,14 @@ AUTH0_SCOPE=openid profile email
|
||||
AUTH0_DOMAIN=https://dev-example1234.us.auth0.com/
|
||||
APP_BASE_URL=https://example.com
|
||||
|
||||
# ASP.NET Core Configuration
|
||||
ASPNETCORE_ENVIRONMENT=Development
|
||||
ASPNETCORE_URLS=http://+:8080
|
||||
ASPNETCORE_LOGGING_LEVEL_DEFAULT=Information
|
||||
ASPNETCORE_LOGGING_LEVEL=Information
|
||||
ASPNETCORE_LOGGING_LEVEL_EFCORE=Information
|
||||
ASPNETCORE_APPLY_MIGRATIONS_AT_STARTUP=true
|
||||
|
||||
# Frontend Configuration
|
||||
NEXT_PUBLIC_API_URL=https://example.com/api
|
||||
NEXT_PUBLIC_AUTH0_DOMAIN=auth.example.com
|
||||
|
||||
Reference in New Issue
Block a user