From 8fb2f14c1ea4cfeabba8f7a831e8fdd3cc78c6fb Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 7 May 2017 21:46:54 +0300 Subject: vbox: use fakeSSL for sproxy2 --- machines/vbox.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines') diff --git a/machines/vbox.nix b/machines/vbox.nix index a14af19..0e1a430 100644 --- a/machines/vbox.nix +++ b/machines/vbox.nix @@ -49,6 +49,11 @@ in { ssl_key = mkForce "${pkgs.fakeSSL}/key.pem"; }; + nixsap.apps.sproxy2 = { + ssl_cert = mkForce "${pkgs.fakeSSL}/cert.pem"; + ssl_key = mkForce "${pkgs.fakeSSL}/key.pem"; + }; + nixsap.apps.sproxy-web = { connectionString = mkForce "user=sproxy dbname=sproxy port=${toString apps.postgresql.fcebkl.server.port}"; }; -- cgit v1.2.3