From 83ea123d56d6a1cdbfed25a0ddf199c92ee139a3 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Mon, 18 Aug 2025 16:19:22 +0300 Subject: [PATCH] added missing env variables Signed-off-by: Alfred Kamanda --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index f582e30..cca19fa 100644 --- a/.env.example +++ b/.env.example @@ -7,6 +7,7 @@ AT_ENDPOINT=/ussd/africastalking #PostgreSQL DB_CONN=postgres://postgres:strongpass@localhost:5432/urdt_ussd?search_path=vise +DB_CONN_RESOURCE=services/registration #DB_TIMEZONE=Africa/Nairobi #DB_SCHEMA=vise @@ -14,6 +15,7 @@ DB_CONN=postgres://postgres:strongpass@localhost:5432/urdt_ussd?search_path=vise CUSTODIAL_URL_BASE=http://localhost:5003 BEARER_TOKEN=eyJeSIsInRcCI6IkpXVCJ.yJwdWJsaWNLZXkiOiIwrrrrrr DATA_URL_BASE=http://localhost:5006 +ALIAS_ENS_BASE=http://localhost:5015 #Language DEFAULT_LANGUAGE=eng