mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Move config file to .safe-chain path.
This commit is contained in:
parent
ffbdedc7cd
commit
cfaa8e45ad
5 changed files with 115 additions and 48 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue