Skip to content

Commit

Permalink
avniproject/avni-webapp#1140 | Add vars for deployment to prerelease …
Browse files Browse the repository at this point in the history
…and onpremise
  • Loading branch information
himeshr committed May 3, 2024
1 parent 9db2638 commit 915ac82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion configure/group_vars/onpremise_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@ mb_jetty_port: "3000"
mb_db_type: "postgres"
mb_db_port: "5432"
java_timezone: "Asia/Kolkata"
#java_apt_package: openjdk-17-jdk #for ETL. Comment for avni-server
#java_apt_package: openjdk-17-jdk #for ETL. Comment for avni-server

avni_reporting_system_0_name: ""
avni_reporting_system_0_url: ""
avni_reporting_system_1_name: "
avni_reporting_system_1_url: ""
7 changes: 6 additions & 1 deletion configure/group_vars/prerelease_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ newrelic_app_name: "avni"
newrelic_environment: "prerelease"
newrelic_agent_enabled: "false"
newrelic_application_logging_enabled: "false"
newrelic_distributed_tracing_enabled: "false"
newrelic_distributed_tracing_enabled: "false"

avni_reporting_system_0_name: "Metabase Reports"
avni_reporting_system_0_url: "https://reporting.avniproject.org"
avni_reporting_system_1_name: "Jasper Reports"
avni_reporting_system_1_url: "https://reporting-jasper.avniproject.org/jasperserver/login.html"

0 comments on commit 915ac82

Please sign in to comment.