Skip to content

Commit

Permalink
make local=true by default
Browse files Browse the repository at this point in the history
Signed-off-by: msvinaykumar <vinakuma@redhat.com>
  • Loading branch information
msvinaykumar committed Oct 8, 2024
1 parent 3b91b9a commit cef4425
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data:
"savetodb": "true",
"dbdriver": "jdbc:postgresql://",
"plots": "true",
"local": "false",
"local": "true",
"logAllHttpReqAndResp": "true",
"hibernate": {
"dialect": "org.hibernate.dialect.PostgreSQLDialect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:
"savetodb": "true",
"dbdriver": "jdbc:postgresql://",
"plots": "true",
"local": "false",
"local": "true",
"logAllHttpReqAndResp": "true",
"hibernate": {
"dialect": "org.hibernate.dialect.PostgreSQLDialect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ data:
"savetodb": "true",
"dbdriver": "jdbc:postgresql://",
"plots": "true",
"local": "false",
"local": "true",
"logAllHttpReqAndResp": "true",
"hibernate": {
"dialect": "org.hibernate.dialect.PostgreSQLDialect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ data:
"savetodb": "true",
"dbdriver": "jdbc:postgresql://",
"plots": "true",
"local": "false",
"local": "true",
"logAllHttpReqAndResp": "true",
"hibernate": {
"dialect": "org.hibernate.dialect.PostgreSQLDialect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ data:
"savetodb": "true",
"dbdriver": "jdbc:postgresql://",
"plots": "true",
"local": "false",
"local": "true",
"logAllHttpReqAndResp": "true",
"hibernate": {
"dialect": "org.hibernate.dialect.PostgreSQLDialect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class KruizeDeploymentInfo {
public static Boolean settings_save_to_db;
public static String em_only_mode;
public static Integer bulk_update_results_limit = 100;
public static Boolean local = false;
public static Boolean local = true;
public static Boolean log_http_req_resp = false;

public static int generate_recommendations_date_range_limit_in_days = 15;
Expand Down

0 comments on commit cef4425

Please sign in to comment.