Customizing server configuration

You can customize the server's configuration by changing the values in the args key in /etc/npme/service.json.

After changing any of the values in service.json you will need to restart the npm Enterprise server by running:

npme generate-scripts && npme stop && npme start Note: In Docker, this also requires restarting other services, such as Nginx, manually. See the npme-docker README for instructions.

--authentication-method

Authentication method.

Possible values: "github", "fake"

--authorization-method

Authorization method.

Possible values: "github", "fake"

--session-handler

Session handler.

Possible values: "github", "redis"