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",