| 1234567891011121314151617181920212223 |
- {
- "ConnectionStrings": {
- "WebApi": "Server=192.168.88.105;Database=HRCenter;User Id=hrcentar;Password=administrator#2021;"
- },
- "Authorization": {
- "JwtExpiredTime": "5",
- "JwtRefreshExpiredTime": "30",
- "Secret": "SECRET_ASKGFH#$_#((Y)#I%EWJGDSJTGKEOS@$SAF",
- "GoogleClientId": "734219382849-nvnulsu7ibfl4bk3n164bgb7c1h5dgca.apps.googleusercontent.com"
- },
- "Mail": {
- "SmtpServer": "smtp.mailtrap.io",
- "SmtpPort": 2525,
- "SmtpUseSSL": true,
- "SmtpUsername": "179be7a6fd2f50",
- "SmtpPassword": "63cde15de0d5d7",
- "SmtpFrom": "noreply@hrcenter.net",
- "SmtpFromName": "HRCenter Team"
- },
- "FrontEnd": {
- "BaseUrl": "http://localhost:3000"
- }
- }
|