Skip to content

Commit 6ed7696

Browse files
docs: restructure contributing md custom store name prefix
1 parent b35be8a commit 6ed7696

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

contributing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ 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
25+
### Using custom store names
26+
27+
By default, the service package provided in releases assumes the following names for the Config store and Secret Store:
28+
29+
* `Fingerprint_Compute_Config_Store_<SERVICE_ID>`
30+
* `Fingerprint_Compute_Secret_Store_<SERVICE_ID>`
2631

2732
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:
2833

0 commit comments

Comments
 (0)