Skip to content

Commit

Permalink
feat: disable analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jun 13, 2024
1 parent 65d9512 commit bd5a4be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ enableRabbitmqEvents=false
# rabbitmq server domain name
rabbitmqHost=localhost

# rabbitmq user
# rabbitmq user
rabbitmqUser=georchestra

# rabbitmq password
# rabbitmq password
rabbitmqPassword=georchestra

# rabbitmq port
# rabbitmq port
rabbitmqPort=5672

### LDAP properties
Expand Down Expand Up @@ -144,10 +144,10 @@ smtpHost=localhost
# Listening port of the SMTP server
smtpPort=25

# Activates analytics
# Activates analytics
# WARNING : When using the geOrchestra gateway, analytics should be disabled
# if set to true, the analytics app will be enabled (https://github.com/georchestra/georchestra/tree/master/analytics)
# if set to true, the analytics app will be enabled (https://github.com/georchestra/georchestra/tree/master/analytics)
# console will add all links to analytics and also execute XHR requests
# header will diplay analytics app
# default: true
# analyticsEnabled=true
analyticsEnabled=false

0 comments on commit bd5a4be

Please sign in to comment.