Skip to content

Commit

Permalink
Added adapter and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jezzsantos committed Jun 30, 2024
1 parent be24959 commit 82dcefc
Show file tree
Hide file tree
Showing 46 changed files with 6,572 additions and 13 deletions.
18 changes: 15 additions & 3 deletions src/ApiHost1/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,32 @@
"SenderEmailAddress": "[email protected]",
"SenderDisplayName": "Support"
},
"EventNotifications": {
"SubscriptionName": "ApiHost1"
},
"SSOProvidersService": {
"SSOUserTokens": {
"AesSecret": "V7z5SZnhHRa7z68adsvazQjeIbSiWWcR+4KuAUikhe0=::u4ErEVotb170bM8qKWyT8A=="
}
},
"Chargebee": {
"BaseUrl": "https://localhost:5656/chargebee/",
"ApiKey": "anapikey",
"SiteName": "asitename",
"ProductFamilyId": "afamilyid",
"Plans": {
"StartingPlanId": "apaidtrial",
"Tier1PlanIds": "apaidtrial",
"Tier2PlanIds": "apaid2",
"Tier3PlanIds": "apaid3"
}
},
"Flagsmith": {
"BaseUrl": "https://localhost:5656/flagsmith/",
"EnvironmentKey": ""
},
"Gravatar": {
"BaseUrl": "https://localhost:5656/gravatar/"
},
"EventNotifications": {
"SubscriptionName": "ApiHost1"
}
},
"Hosts": {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@
"RootPath": "./saastack/testing/external"
}
},
"Chargebee": {
"TODO": "You need to provide settings to a live 'testingonly' instance of Chargebee here, or in appsettings.Testing,local.json"
},
"Flagsmith": {
"BaseUrl": "https://edge.api.flagsmith.com/api/v1/",
"EnvironmentKey": "",
"TestingOnly": {
"BaseUrl": "https://api.flagsmith.com/api/v1/",
"ApiToken": "",
"ProjectId": 0,
"EnvironmentApiKey": ""
}
"TODO": "You need to provide settings to a live 'testingonly' instance of Flagsmith here, or in appsettings.Testing,local.json",
"BaseUrl": "https://edge.api.flagsmith.com/api/v1/"
},
"Gravatar": {
"BaseUrl": "https://www.gravatar.com"
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 82dcefc

Please sign in to comment.