Skip to content

Commit

Permalink
avniproject/avni-product#1433 | Fix prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Nov 21, 2023
1 parent 612ca57 commit b3427ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure/group_vars/prod_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ scheduled_job_repeat_interval: "90"

avni_server_host: "localhost"
avni_server_port: "8021"
avni_server_opts: " -Dnewrelic.environment=production -javaagent:/opt/newrelic/newrelic.jar -Dlogging.file={{avni_server_access_log_dir}}/chs.log -Dlogging.path={{avni_server_access_log_dir}} -Dlogging.file.max-size=5mb -Xmx1024m -XX:ErrorFile={{avni_server_access_log_dir}}/jvm.log -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -XX:-OmitStackTraceInFastThrow"
avni_server_opts: " -Dnewrelic.environment=production -javaagent:/opt/newrelic/newrelic.jar -Dlogging.file={{avni_server_access_log_dir}}/chs.log -Dlogging.path={{avni_server_access_log_dir}} -Dlogging.file.max-size=5mb -Xmx3072m -XX:ErrorFile={{avni_server_access_log_dir}}/jvm.log -XX:-OmitStackTraceInFastThrow"
avni_server_db_host: "serverdb.openchs.org."
avni_server_db_port: "5432"
avni_server_db_schema: "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{avni_blacklisted_urls}}
{{avni_blacklisted_urls}}

0 comments on commit b3427ed

Please sign in to comment.