From 156c170995ace9c42ff66b2fd008a24ab1641498 Mon Sep 17 00:00:00 2001 From: Michael Bishop Date: Wed, 12 May 2021 15:11:40 -0300 Subject: [PATCH] add the frontend url --- roles/explorer-iog.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/explorer-iog.nix b/roles/explorer-iog.nix index 3a49c370..b306bfaa 100644 --- a/roles/explorer-iog.nix +++ b/roles/explorer-iog.nix @@ -53,6 +53,7 @@ in { firebaseMessagingSender = s.web-app.FIREBASE_MESSAGING_SENDER; firebaseAppid = s.web-app.FIREBASE_APPID; mailchimpApiKey = s.api-server-secrets.mailchimpApiKey; + frontendUrl = "https://beta.explorer.iohk.io/"; }; systemd.services.castalia-api-server.environment = (import ../static/castalia.nix).api-server // { SUPPORT_LINK = "https://iohk.zendesk.com/hc/en-us/requests/new";