File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ module.exports = {
22
22
database : process . env . PG_DATABASE || 'postgres' , // database must exist before running the tool
23
23
password : process . env . PG_PASSWORD || 'password' ,
24
24
port : parseInt ( process . env . PG_PORT , 10 ) || 5432 ,
25
- triggerFunctions : process . env . TRIGGER_FUNCTIONS || [ 'test_db_notifications ' ] , // List of trigger functions to listen to
26
- triggerTopics : process . env . TRIGGER_TOPICS || [ 'test .db.postgres.sync' ] , // Names of the topic in the trigger payload
25
+ triggerFunctions : process . env . TRIGGER_FUNCTIONS || [ 'dev_db_notifications ' ] , // List of trigger functions to listen to
26
+ triggerTopics : process . env . TRIGGER_TOPICS || [ 'dev .db.postgres.sync' ] , // Names of the topic in the trigger payload
27
27
triggerOriginators : process . env . TRIGGER_ORIGINATORS || [ 'tc-postgres-delta-processor' ] // Names of the originator in the trigger payload
28
28
} ,
29
29
KAFKA : { // Kafka connection options
@@ -50,7 +50,7 @@ module.exports = {
50
50
} ,
51
51
DYNAMODB :
52
52
{
53
- DYNAMODB_TABLE : process . env . DYNAMODB_TABLE || 'test_pg_ifx_payload_sync '
53
+ DYNAMODB_TABLE : process . env . DYNAMODB_TABLE || 'dev_pg_ifx_payload_sync '
54
54
} ,
55
55
56
56
AUTH0_URL : process . env . AUTH0_URL ,
You can’t perform that action at this time.
0 commit comments