Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
secret.properties.sample 1.10 KiB
eclipse.internal-host=localhost
## Required for authenticated requests to profile API (api.eclipse.org: git.eclipse.org/r/ (dev-git-eca-rest-api)))
## Ask webdev@eclipse-foundation.org if you think you should have access to this client.
eclipse.security.oauth2.token-generation.client-id=
eclipse.security.oauth2.token-generation.client-secret=

## mariadb username and password
quarkus.datasource.username=
quarkus.datasource.password=

## database connection
quarkus.datasource.jdbc.url=jdbc:mariadb://mariadb/dev_eclipse_eca
%dev.quarkus.datasource.jdbc.url=jdbc:mariadb://${eclipse.internal-host}:10101/dev_eclipse_eca

eclipse.gitlab.access-token=

## Used to send mail through the EclipseFdn smtp connection
quarkus.mailer.password=YOURGENERATEDAPPLICATIONPASSWORD
quarkus.mailer.username=YOUREMAIL@gmail.com

## github app bot id (this would be used to identify bot's comments)
eclipse.github.bot.id=s0m3ID

## github comment on failure
eclipse.github.comment-on-failure.enabled=true
eclipse.github.comment-on-failure.allow-list=eclipsefdn-webdev/spider-pig, eclipsefdn-webdev/spider-sheep, eclipsefdn-webdev/spider-goose