Skip to content

Commit

Permalink
[BI-1921] updating config json to match what Field Book expects
Browse files Browse the repository at this point in the history
  • Loading branch information
timparsons committed Dec 1, 2023
1 parent 101046a commit 1f67ee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/BrAPI/BrAPIInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ export default class BrapiInfo extends Vue {
let settings = {
'url': brapiRootPath,
'name': 'DeltaBreed',
'v': 2,
'ps': 1000,
'cs': 500,
'st': 120,
'v': '2',
'ps': '1000',
'cs': '500',
'st': '120',
'flow': 'implicit',
'oidc': this.getBrAPIRootPath() + '/.well-known/openid-configuration',
'cat': 'label'
Expand Down

0 comments on commit 1f67ee7

Please sign in to comment.