|
|
@@ -10,8 +10,8 @@
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
"ConnectionStrings": {
|
|
|
- "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=AdminContext-87208056-7d2d-412a-b7f8-8e6c942ea8c8;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
|
- "IdentityDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=Admin;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
|
+ "DefaultConnection": "Server=192.168.0.100;Database=bitforum;User Id=sa;Password=@@20120726KKh;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
|
+ "IdentityDbContextConnection": "Server=192.168.0.100;Database=bitforum;User Id=sa;Password=@@20120726KKh;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
|
},
|
|
|
|
|
|
"Kestrel": {
|
|
|
@@ -28,9 +28,9 @@
|
|
|
"App": {
|
|
|
"Name": "bitforum Admin",
|
|
|
"Company": "PLAYR",
|
|
|
- "BaseURL": "https://localhost:5000",
|
|
|
- "ApiURL": "https://localhost:4000",
|
|
|
- "FrontURL": "https://localhost:3000"
|
|
|
+ "BaseURL": "https://admin.bitforum.io",
|
|
|
+ "ApiURL": "https://api.bitforum.io",
|
|
|
+ "FrontURL": "https://bitforum.io"
|
|
|
},
|
|
|
|
|
|
"Redis": {
|
|
|
@@ -42,9 +42,9 @@
|
|
|
},
|
|
|
|
|
|
"SMTP": {
|
|
|
- "Host": "mail.web.or.kr",
|
|
|
- "Port": 587,
|
|
|
- "User": "dev@web.or.kr",
|
|
|
+ "Host": "mail.bitforum.io",
|
|
|
+ "Port": 465,
|
|
|
+ "User": "admin@bitforum.io",
|
|
|
"Password": "@@17125942KKh",
|
|
|
"UseStartTls": true,
|
|
|
"FromEmail": "support@bitforum.io",
|