diff --git a/config.example.yaml b/config.example.yaml deleted file mode 100644 index e8d24bf95..000000000 --- a/config.example.yaml +++ /dev/null @@ -1,23 +0,0 @@ - -# path to a directory with all packages -storage: ./storage - -users: - user1: - # require('crypto').createHash('sha1').update('test').digest('hex') - password: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 - -uplinks: - npmjs: - url: https://registry.npmjs.org/ - -GGusers: &GG user1 user2 - -packages: - /^local-/: - #wg1: read write - #npmjs: read - access: *GG - publish: *GG - proxy: npmjs owner all -