commit a9d80ee2d9839e312dc5087f210ad1fb581b1b3b Author: dheepa Date: Mon Aug 9 11:21:03 2021 +0000 conf 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