Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,6 @@ pgsqlUser=georchestra
# Default common password of PostgreSQL user for all geOrchestra modules
pgsqlPassword=georchestra

### rabbitmq properties

# Activate/desactivate Rabbitmq
enableRabbitmqEvents=false

# rabbitmq server domain name
rabbitmqHost=localhost

# rabbitmq user
rabbitmqUser=georchestra

# rabbitmq password
rabbitmqPassword=georchestra

# rabbitmq port
rabbitmqPort=5672

### LDAP properties

# LDAP server domain name
Expand Down
6 changes: 5 additions & 1 deletion gateway/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ georchestra:
# sanitize the mentioned request headers to prevent external impersonation.
enabled: false
createNonExistingUsersInLDAP: true
enableRabbitmqEvents: true
# events:
# accountcreated:
# # Set this url to console's endpoint to be able to receive an email when a new user logs in
# # for the first time with an IDP and is created in LDAP.
# url: "http://console:8080/console/internal/events/accountcreated"
oauth2:
enabled: false
ldap:
Expand Down
Loading