Skip to content

Commit

Permalink
[backend] Add env
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Jan 22, 2024
1 parent 9460db6 commit 6b5e9b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openex-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ http.enable=true

# Injector Caldera config
injector.caldera.enable=false
injector.caldera.id=<injector-id>
injector.caldera.collector-ids=<collector-ids>
injector.caldera.url=<caldera-url>
injector.caldera.api-key=<caldera-api-key>

Expand All @@ -182,5 +184,6 @@ collector.users.enable=false

## Collector Caldera
collector.caldera.enable=false
collector.caldera.id=<collector-id>
collector.caldera.url=<caldera-url>
collector.caldera.api-key=<caldera-api-key>

0 comments on commit 6b5e9b0

Please sign in to comment.