Skip to content

Commit

Permalink
MCPODS-6535 auth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaneusz committed Dec 8, 2023
1 parent 0b8c67f commit 4b95b47
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"host": "127.0.0.1",
"db": "postgres",
"user": "postgres",
"password": "postgres",
"password": "password",
"readOnly": false
},
"appName": "test-app-name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dbConfig": {
"host": "localhost",
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "db_password",
"db": "postgres",
"user": "postgres",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dbConfig": {
"host": "localhost",
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "db_password",
"db": "postgres",
"user": "postgres",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dbConfig": {
"host": "localhost",
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "modified_db_password",
"db": "postgres",
"user": "postgres",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dbConfig": {
"host": "localhost",
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "modified_db_password",
"db": "postgres",
"user": "postgres",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dbConfig": {
"host": "localhost",
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "modified_db_password",
"db": "postgres",
"user": "postgres",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "db_password",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dbConfig": {
"host": "localhost",
"port": 5432,
"db": "db_name",
"user": "db_user",
"password": "db_password",
"db": "postgres",
"user": "postgres",
"password": "password",
"schema": "naksha_moderation_dev",
"minPoolSize": 5,
"maxPoolSize": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"host": "127.0.0.1",
"db": "postgres",
"user": "postgres",
"password": "postgres",
"password": "password",
"readOnly": false
},
"appName": "test-app-name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"host": "127.0.0.1",
"db": "postgres",
"user": "postgres",
"password": "postgres",
"password": "password",
"readOnly": false
},
"appName": "test-app-name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"host": "127.0.0.1",
"db": "postgres",
"user": "postgres",
"password": "postgres",
"password": "password",
"readOnly": false
},
"appName": "test-lib-hub-app-name",
Expand Down

0 comments on commit 4b95b47

Please sign in to comment.