mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Try some more config
This commit is contained in:
parent
23bce71356
commit
7ae4d3bc8d
1 changed files with 10 additions and 0 deletions
|
|
@ -76,6 +76,16 @@ log: { type: file, path: ./verdaccio.log, level: trace, colors: false }
|
||||||
await configShell.runCommand(
|
await configShell.runCommand(
|
||||||
`echo 'storage: ./storage' >> ~/.verdaccio-config.yaml`
|
`echo 'storage: ./storage' >> ~/.verdaccio-config.yaml`
|
||||||
);
|
);
|
||||||
|
await configShell.runCommand(`echo 'auth:' >> ~/.verdaccio-config.yaml`);
|
||||||
|
await configShell.runCommand(
|
||||||
|
`echo ' htpasswd:' >> ~/.verdaccio-config.yaml`
|
||||||
|
);
|
||||||
|
await configShell.runCommand(
|
||||||
|
`echo ' file: ./htpasswd' >> ~/.verdaccio-config.yaml`
|
||||||
|
);
|
||||||
|
await configShell.runCommand(
|
||||||
|
`echo ' max_users: 100' >> ~/.verdaccio-config.yaml`
|
||||||
|
);
|
||||||
await configShell.runCommand(`echo 'uplinks:' >> ~/.verdaccio-config.yaml`);
|
await configShell.runCommand(`echo 'uplinks:' >> ~/.verdaccio-config.yaml`);
|
||||||
await configShell.runCommand(`echo ' npmjs:' >> ~/.verdaccio-config.yaml`);
|
await configShell.runCommand(`echo ' npmjs:' >> ~/.verdaccio-config.yaml`);
|
||||||
await configShell.runCommand(
|
await configShell.runCommand(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue