Move config file to .safe-chain path.

This commit is contained in:
Sander Declerck 2026-03-19 16:10:32 +01:00
parent ffbdedc7cd
commit cfaa8e45ad
No known key found for this signature in database
5 changed files with 115 additions and 48 deletions

View file

@ -202,7 +202,7 @@ You can set the minimum package age through multiple sources (in order of priori
npm install express
```
3. **Config File** (`~/.aikido/config.json`):
3. **Config File** (`~/.safe-chain/config.json`):
```json
{
@ -246,7 +246,7 @@ You can set custom registries through environment variable or config file. Both
export SAFE_CHAIN_PIP_CUSTOM_REGISTRIES="pip.company.com,registry.internal.net"
```
2. **Config File** (`~/.aikido/config.json`):
2. **Config File** (`~/.safe-chain/config.json`):
```json
{