Use .env for all configs

This commit is contained in:
lumijiez
2025-06-06 00:08:22 +03:00
parent bddb6ada87
commit 47f1b77584
4 changed files with 15 additions and 33 deletions

View File

@@ -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