Skip to content

Commit 1f6d9fd

Browse files
committed
move gen-env to a diffrent repo
1 parent 27c7dba commit 1f6d9fd

File tree

5 files changed

+1
-95
lines changed

5 files changed

+1
-95
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,7 @@ go install github.com/script-development/rtcv_scraper_client/[email protected]
5353
5454
### *2.* Obtain a `env.json`
5555
56-
Create a `env.json` file with the following content **(this file can also be obtained from the RTCV dashboard, tough note that you need to add the `private_key` and `public_key` yourself)**
57-
58-
The public and private key pair can be generated using the go program inside the [gen_key](./gen_key/) folder
59-
60-
```js
61-
{
62-
"private_key": "......",
63-
"public_key": "......",
64-
"primary_server": {
65-
"server_location": "http://localhost:4000",
66-
"api_key_id": "aa",
67-
"api_key": "bbb"
68-
},
69-
"alternative_servers": [
70-
// If you want to send CVs to multiple servers you can add additional servers here
71-
// {"server_location": "http://localhost:4000","api_key_id": "aa","api_key": "bbb"}
72-
],
73-
}
74-
```
56+
Use [gen-env](https://bitbucket.org/teamscript/cli-tools/src/main/gen-env/) to generate a `env.json` file.
7557
7658
#### `2.1.` Mocking RTCV
7759

gen_key/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

gen_key/go.mod

Lines changed: 0 additions & 11 deletions
This file was deleted.

gen_key/go.sum

Lines changed: 0 additions & 27 deletions
This file was deleted.

gen_key/main.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)