Skip to content

Commit

Permalink
fixing usage of errors.json5 instead of errros.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dr4hcu5-jan committed Jan 4, 2024
1 parent ba01a25 commit 7fa1784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"LISTEN_PORT": "8000",
"PG_PORT": "5432",
"AUTH_CONFIG_FILE_LOCATION": "./authConfig.json",
"ERROR_FILE_LOCATION": "./errors.json5",
"ERROR_FILE_LOCATION": "./errors.json",
"QUERY_FILE_LOCATION": "./queries.sql"
}
}

0 comments on commit 7fa1784

Please sign in to comment.