Skip to content

Commit

Permalink
Fixed app name
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Nov 10, 2021
1 parent d95968d commit bb5a2c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appEnv": "dev",
"appName": "AccessApi",
"appName": "AttendanceApi",
"contentRoot": "http://localhost:3402",
"fileStore": "disk",
"mailSystem": "SMTP",
Expand Down
2 changes: 1 addition & 1 deletion config/prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appEnv": "prod",
"appName": "AccessApi",
"appName": "AttendanceApi",
"contentRoot": "https://content.churchapps.org",
"fileStore": "S3",
"mailSystem": "SES",
Expand Down
2 changes: 1 addition & 1 deletion config/staging.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appEnv": "staging",
"appName": "AccessApi",
"appName": "AttendanceApi",
"contentRoot": "https://content.staging.churchapps.org",
"fileStore": "S3",
"mailSystem": "SES",
Expand Down

0 comments on commit bb5a2c9

Please sign in to comment.