0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

gitlab: Rename jws_private_key to openid_connect_signing_key

See
24d56df29b
This commit is contained in:
Ben Gamari 2017-12-29 22:11:04 -05:00
parent 0aa5e81443
commit b95cdd4f6c

View file

@ -70,7 +70,7 @@ let
secret_key_base: ${cfg.secrets.secret} secret_key_base: ${cfg.secrets.secret}
otp_key_base: ${cfg.secrets.otp} otp_key_base: ${cfg.secrets.otp}
db_key_base: ${cfg.secrets.db} db_key_base: ${cfg.secrets.db}
jws_private_key: ${builtins.toJSON cfg.secrets.jws} openid_connect_signing_key: ${builtins.toJSON cfg.secrets.jws}
''; '';
gitlabConfig = { gitlabConfig = {