From bb5a2c9d000dbc79f0f8738fe5e8c9b7501513bb Mon Sep 17 00:00:00 2001 From: Jeremy Zongker Date: Wed, 10 Nov 2021 17:02:35 -0600 Subject: [PATCH] Fixed app name --- config/dev.json | 2 +- config/prod.json | 2 +- config/staging.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dev.json b/config/dev.json index d74efd1..accd07e 100644 --- a/config/dev.json +++ b/config/dev.json @@ -1,6 +1,6 @@ { "appEnv": "dev", - "appName": "AccessApi", + "appName": "AttendanceApi", "contentRoot": "http://localhost:3402", "fileStore": "disk", "mailSystem": "SMTP", diff --git a/config/prod.json b/config/prod.json index eff8e95..637e40c 100644 --- a/config/prod.json +++ b/config/prod.json @@ -1,6 +1,6 @@ { "appEnv": "prod", - "appName": "AccessApi", + "appName": "AttendanceApi", "contentRoot": "https://content.churchapps.org", "fileStore": "S3", "mailSystem": "SES", diff --git a/config/staging.json b/config/staging.json index f4e1a64..9f67a85 100644 --- a/config/staging.json +++ b/config/staging.json @@ -1,6 +1,6 @@ { "appEnv": "staging", - "appName": "AccessApi", + "appName": "AttendanceApi", "contentRoot": "https://content.staging.churchapps.org", "fileStore": "S3", "mailSystem": "SES",