From a9d80ee2d9839e312dc5087f210ad1fb581b1b3b Mon Sep 17 00:00:00 2001 From: dheepa Date: Mon, 9 Aug 2021 11:21:03 +0000 Subject: [PATCH] conf --- etl-config.config | 8 ++++++++ etl-config.txt | 9 +++++++++ serverCredentials-postgres_old.txt | 18 ++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100755 etl-config.config create mode 100755 etl-config.txt create mode 100755 serverCredentials-postgres_old.txt diff --git a/etl-config.config b/etl-config.config new file mode 100755 index 0000000..fab11c6 --- /dev/null +++ b/etl-config.config @@ -0,0 +1,8 @@ +#Dont change the order of the server credentials +#DB +user=postgres +host=localhost +password=j3(jLBq}e +protocol=TCP +db=m_test +server=postgres diff --git a/etl-config.txt b/etl-config.txt new file mode 100755 index 0000000..84f7414 --- /dev/null +++ b/etl-config.txt @@ -0,0 +1,9 @@ +#Dont change the order of the server credentials +#DB +user=postgres +host=localhost +password=j3(jLBq}e +protocol=TCP +db=mmt_Iht_testing +server=postgres +port=2345 diff --git a/serverCredentials-postgres_old.txt b/serverCredentials-postgres_old.txt new file mode 100755 index 0000000..08ca3b7 --- /dev/null +++ b/serverCredentials-postgres_old.txt @@ -0,0 +1,18 @@ +#Dont change the order of the server credentials +#ods +ods_user=postgres +ods_host=localhost +ods_password=j3(jLBq}e +ods_protocol=TCP +ods_db=mmt_int +ods_sch=transactional +ods_server=postgres + +#staging2 +staging2_user=postgres +staging2_host=localhost +staging2_password=j3(jLBq}e +staging2_protocol=TCP +staging2_db=mmt_int +staging2_sch=staging2 +staging2_server=postgres