From d25377cdbe2c8aa41a101176a2aa48a1d2168c85 Mon Sep 17 00:00:00 2001
From: dan
Date: Wed, 24 Jul 2019 22:33:06 -0600
Subject: [PATCH] Update environments
---
Client/angular.json | 8 ++++++++
.../missionary-form-page.component.html | 4 ++--
.../missionary-form-page.component.ts | 8 ++++++++
Client/src/environments/environment.prod.ts | 1 +
Client/src/environments/environment.test.ts | 7 +++++++
git-post-receive | 8 +++++++-
6 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 Client/src/environments/environment.test.ts
diff --git a/Client/angular.json b/Client/angular.json
index 1bfdc65..bebfb85 100644
--- a/Client/angular.json
+++ b/Client/angular.json
@@ -29,6 +29,14 @@
"scripts": []
},
"configurations": {
+ "test": {
+ "fileReplacements": [
+ {
+ "replace": "src/environments/environment.ts",
+ "with": "src/environments/environment.test.ts"
+ }
+ ]
+ },
"production": {
"fileReplacements": [
{
diff --git a/Client/src/app/components/missionary-form-page/missionary-form-page.component.html b/Client/src/app/components/missionary-form-page/missionary-form-page.component.html
index 2adb858..8cf266a 100644
--- a/Client/src/app/components/missionary-form-page/missionary-form-page.component.html
+++ b/Client/src/app/components/missionary-form-page/missionary-form-page.component.html
@@ -18,7 +18,7 @@