12 lines
495 B
Bash
12 lines
495 B
Bash
ASPNETCORE_ENVIRONMENT=Development
|
|
ASPNETCORE_URLS=http://0.0.0.0:5001
|
|
ConnectionStrings__Default=Host=localhost;Database=taxbaikdb;Username=taxbaik;Password=change-me
|
|
Jwt__SecretKey=dev-secret-key-change-in-production-min-32-chars!
|
|
Admin__PasswordResetToken=change-this-reset-token
|
|
Authentication__Google__ClientId=
|
|
Authentication__Google__ClientSecret=
|
|
Authentication__Naver__ClientId=
|
|
Authentication__Naver__ClientSecret=
|
|
Authentication__Kakao__ClientId=
|
|
Authentication__Kakao__ClientSecret=
|