File tree 2 files changed +5
-9
lines changed
product_docs/docs/lasso/4
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2
2
title : Configuration
3
3
---
4
4
5
- Besides being mandatory for the customer ` id ` and ` token ` , the Lasso
5
+ Besides being mandatory for the customer ` id ` , the Lasso
6
6
configuration file also allows you to omit most of the command line
7
7
options that your environment might require. (You can see a list of all
8
8
the command-line options in [ Usage] ( usage ) .)
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ title: Installing Lasso
4
4
5
5
EDB distributes the application through the
6
6
[ EDB website] ( https://www.enterprisedb.com/software-downloads-postgres )
7
- and grants usage to customers using a * company token* as a means of
8
- authentication.
7
+ and grants usage to customers using a * company ID* .
9
8
10
9
11
10
## Linux
@@ -97,19 +96,16 @@ The minimum configuration file looks like this:
97
96
```
98
97
[customer]
99
98
id=XXXXX
100
- token=YYYYYYYYY
101
99
```
102
100
103
- Replace the ` id ` and ` token ` value with the information found in your
101
+ Replace the ` id ` value with the information found in your
104
102
company page in the Support Portal. (In the left menu bar, select
105
103
** Company info > Company** .) Enter the ** Company code** value from this page
106
- in the ` id ` field in the configuration file. Enter the
107
- ** Token** value in the ` token ` field in the
108
- configuration file.
104
+ in the ` id ` field in the configuration file.
109
105
110
106
!!! Important
111
107
A configuration file for Lasso is mandatory and must contain at least
112
- the customer id and token .
108
+ the customer id.
113
109
!!!
114
110
115
111
For more details about the Lasso configuration, see
You can’t perform that action at this time.
0 commit comments