File tree Expand file tree Collapse file tree
_test-stacks/local-dev-mode/packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ STP_POSTGRES_DB_DB_NAME=postgres
66STP_POSTGRES_DB_CONNECTION_STRING = postgresql://postgres:testPassword123@localhost:7632/postgres
77STP_POSTGRES_DB_JDBC_CONNECTION_STRING = jdbc:postgresql://localhost:7632/postgres?user=postgres&password=testPassword123
88STP_MYSQL_DB_HOST = localhost
9- STP_MYSQL_DB_PORT = 5506
9+ STP_MYSQL_DB_PORT = 5507
1010STP_MYSQL_DB_DB_NAME = mysql
11- STP_MYSQL_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5506 /mysql
12- STP_MYSQL_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5506 /mysql?user=root&password=testPassword123
11+ STP_MYSQL_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5507 /mysql
12+ STP_MYSQL_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5507 /mysql?user=root&password=testPassword123
1313STP_MARIA_DB_HOST = localhost
14- STP_MARIA_DB_PORT = 5507
14+ STP_MARIA_DB_PORT = 5506
1515STP_MARIA_DB_DB_NAME = mysql
16- STP_MARIA_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5507 /mysql
17- STP_MARIA_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5507 /mysql?user=root&password=testPassword123
16+ STP_MARIA_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5506 /mysql
17+ STP_MARIA_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5506 /mysql?user=root&password=testPassword123
1818STP_REDIS_HOST = localhost
1919STP_REDIS_PORT = 8579
2020STP_REDIS_CONNECTION_STRING = redis://default:redisTestPassword1234@localhost:8579
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ STP_POSTGRES_DB_DB_NAME=postgres
66STP_POSTGRES_DB_CONNECTION_STRING = postgresql://postgres:testPassword123@localhost:7632/postgres
77STP_POSTGRES_DB_JDBC_CONNECTION_STRING = jdbc:postgresql://localhost:7632/postgres?user=postgres&password=testPassword123
88STP_MYSQL_DB_HOST = localhost
9- STP_MYSQL_DB_PORT = 5506
9+ STP_MYSQL_DB_PORT = 5507
1010STP_MYSQL_DB_DB_NAME = mysql
11- STP_MYSQL_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5506 /mysql
12- STP_MYSQL_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5506 /mysql?user=root&password=testPassword123
11+ STP_MYSQL_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5507 /mysql
12+ STP_MYSQL_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5507 /mysql?user=root&password=testPassword123
1313STP_MARIA_DB_HOST = localhost
14- STP_MARIA_DB_PORT = 5507
14+ STP_MARIA_DB_PORT = 5506
1515STP_MARIA_DB_DB_NAME = mysql
16- STP_MARIA_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5507 /mysql
17- STP_MARIA_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5507 /mysql?user=root&password=testPassword123
16+ STP_MARIA_DB_CONNECTION_STRING = mysql://root:testPassword123@localhost:5506 /mysql
17+ STP_MARIA_DB_JDBC_CONNECTION_STRING = jdbc:mysql://localhost:5506 /mysql?user=root&password=testPassword123
1818STP_REDIS_HOST = localhost
1919STP_REDIS_PORT = 8579
2020STP_REDIS_CONNECTION_STRING = redis://default:redisTestPassword1234@localhost:8579
You can’t perform that action at this time.
0 commit comments