Skip to content

Commit eb4105d

Browse files
docs: move custom store name prefix from readme to contributing guide
1 parent 74b84bc commit eb4105d

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@ By default, the service package provided in releases assumes the following names
7878
* `Fingerprint_Compute_Config_Store_<SERVICE_ID>`
7979
* `Fingerprint_Compute_Secret_Store_<SERVICE_ID>`
8080

81-
To use a custom name prefix for both stores, use the `STORE_NAME_PREFIX` environment variable to build a custom service package:
82-
83-
```shell=
84-
STORE_NAME_PREFIX=CustomName fastly compute build
85-
```
86-
87-
Your custom built package in `pkg/fingerprint-fastly-compute-proxy-integration.tar.gz` will use your custom prefix in store names like:
88-
89-
* `CustomName_Config_Store_<SERVICE_ID>`
90-
* `CustomName_Secret_Store_<SERVICE_ID>`
91-
92-
9381
## Feedback and support
9482

9583
Please reach out to our [Customer Success team](https://fingerprint.com/support/) if run into any issues with the integration.

contributing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ For proposing changes, use the standard [pull request approach](https://docs.git
2222
2. Run `pnpm build` to compile the project and assemble the WebAssembly output.
2323
3. The build artifact is located in the `bin/main.wasm` file, which will be deployed to Fastly.
2424

25+
### Custom Store Name Prefix
26+
27+
To use a custom name prefix for both(Secret and Config) stores, use the `STORE_NAME_PREFIX` environment variable to build a custom service package:
28+
29+
```shell=
30+
STORE_NAME_PREFIX=CustomName fastly compute build
31+
```
32+
33+
Your custom built package in `pkg/fingerprint-fastly-compute-proxy-integration.tar.gz` will use your custom prefix in store names like:
34+
35+
* `CustomName_Config_Store_<SERVICE_ID>`
36+
* `CustomName_Secret_Store_<SERVICE_ID>`
37+
38+
2539
### Code Style
2640

2741
We enforce code quality using [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/). To check code style:

0 commit comments

Comments
 (0)