Skip to content

Commit

Permalink
STCLI-246 Update some token and proxy-related defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Jun 18, 2024
1 parent 2cb3a59 commit a79d797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ Serve a build previously created with "stripes build":
```
$ stripes serve --existing-build output
```
Serve a platform with a local proxy server that points to remove okapi server:
Serve a platform with a local proxy server that points to a remote okapi server:
```
$ stripes serve --startProxy --proxyPort 3010 --okapi http://some-okapi-server.folio.org
```
Expand Down
1 change: 1 addition & 0 deletions lib/commands/common-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports.serverOptions = {
startProxy: {
type: 'boolean',
describe: 'Start a proxy server',
default: false,
group: 'Server Options:',
},
proxyPort: {
Expand Down
2 changes: 1 addition & 1 deletion lib/platform/tenant-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const defaultConfig = {
showPerms: false,
hasAllPerms: false,
languages: ['en'],
useSecureTokens: false,
useSecureTokens: true,
},
modules: {
},
Expand Down

0 comments on commit a79d797

Please sign in to comment.