From f3008979f30b3a4d5de87ad415b06b813f8bd1a2 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 22 Dec 2020 12:40:11 +0100 Subject: [PATCH] Added the POSTALCODE_COUNTRYCODE to the sample and ci env files ref #43 --- .env.ci | 3 ++- .env.example | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.ci b/.env.ci index d96e21a..00bfa4a 100644 --- a/.env.ci +++ b/.env.ci @@ -5,4 +5,5 @@ DB_PORT=unused DB_USER=unused DB_PASSWORD=bla DB_NAME=./test.sqlite -NODE_ENV=dev \ No newline at end of file +NODE_ENV=dev +POSTALCODE_COUNTRYCODE=null \ No newline at end of file diff --git a/.env.example b/.env.example index 6c41318..5595533 100644 --- a/.env.example +++ b/.env.example @@ -5,4 +5,5 @@ DB_PORT=bla DB_USER=bla DB_PASSWORD=bla DB_NAME=bla -NODE_ENV=production \ No newline at end of file +NODE_ENV=production +POSTALCODE_COUNTRYCODE=null \ No newline at end of file