Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
fix to be localhost
  • Loading branch information
davidclaveau authored Jul 30, 2024
1 parent d3165f1 commit 121dd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arSam/__tests__/settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const REGION = process.env.AWS_REGION || 'local-env';
const ENDPOINT = 'http://172.17.0.2:8000';
const ENDPOINT = 'http://localhost:8000';
const TABLE_NAME = process.env.TABLE_NAME || 'ParksAr-tests';
const CONFIG_TABLE_NAME = process.env.CONFIG_TABLE_NAME || 'ConfigAr-tests';
const NAME_CACHE_TABLE_NAME = process.env.NAME_CACHE_TABLE_NAME || 'NameCacheAr-tests';
Expand All @@ -12,4 +12,4 @@ module.exports = {
CONFIG_TABLE_NAME,
NAME_CACHE_TABLE_NAME
};


0 comments on commit 121dd1e

Please sign in to comment.