Initial commit
This commit is contained in:
21
PartSource.Api/appsettings.json
Normal file
21
PartSource.Api/appsettings.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"PartSourceDatabase": "Server=tcp:ps-whi.database.windows.net,1433;Initial Catalog=ps-whi-stage;Persist Security Info=False;User ID=ps-whi;Password=9-^*N5dw!6:|.5Q;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Nexpart": {
|
||||
"ApiKey": "AFA5CC1431CD43DCA663C17BDAD850BB-C8F5BDF9A09C4464A66731CA4427CBB9",
|
||||
"ApiSecret": "7AB35766-0379-4DF0-9665-DAEE13822F43",
|
||||
"Url": "http://acespssint.nexpart.com:4001/partselect/1.0/services/PartSelectService.PartSelectHttpSoap11Endpoint/"
|
||||
},
|
||||
"Shopify": {
|
||||
"ApiKey": "9a533dad460321c6ce8f30bf5b8691ed",
|
||||
"ApiSecret": "dc9e28365d9858e544d57ac7af43fee7",
|
||||
"ShopDomain": "dev-partsource.myshopify.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user