| 123456789101112131415161718192021222324252627282930 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- /*
- * 환경변수 추가
- * 2025.01.08
- */
- "AppConfig": {
- "AppName": "bitforum.io",
- "AppVersion": "1.0.0"
- },
- "ConnectionStrings": {
- //"DefaultConnection": "Server=192.168.0.110;Database=bitforum;Trusted_Connection=True;MultipleActiveResultSets=true"
- "DefaultConnection": "Server=192.168.0.110;Database=bitforum;User ID=sa;Password=@@20120726KKh;Encrypt=False;"
- },
- "EmailSettings": {
- "SmtpServer": "smtp.gmail.com",
- "SmtpPort": 587,
- "FromEmail": "chorongski@gmail.com",
- "EmailPassword": "lfxciuwuopjlfdzc"
- }
- }
|