Compare commits

1 Commits

Author SHA1 Message Date
Deepthi
b4d396929e latest_mmt_version 2021-06-21 12:35:07 +05:30
425 changed files with 65022 additions and 0 deletions

View File

@@ -0,0 +1 @@
psql -h localhost -d mmt_deploy -U postgres -p 2345

View File

@@ -0,0 +1 @@
psql -X -A -t postgresql://postgres:'j3(jLBq}e'@localhost/mmt_int?options=--search_path%3Dstaging2

View File

@@ -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

View File

@@ -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_testing
server=postgres
port=2345

View File

@@ -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

Some files were not shown because too many files have changed in this diff Show More