Skip to content
Snippets Groups Projects
Commit 75082cf7 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Initial commit of README and some configs

parents
No related branches found
No related tags found
No related merge requests found
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
# Eclipse
.project
.classpath
.settings/
bin/
# IntelliJ
.idea
*.ipr
*.iml
*.iws
# NetBeans
nb-configuration.xml
# Visual Studio Code
.vscode
.factorypath
# OSX
.DS_Store
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env
secret.properties
quarkus.datasource.username = sample
quarkus.datasource.password = sample
quarkus.datasource.jdbc.url=jdbc:mariadb://mariadb/eclipse
# OIDC values
# standard client
quarkus.oidc.auth-server-url=https://auth.eclipse.org/auth/realms/sample
quarkus.oidc.client-id=sample
quarkus.oidc.credentials.client-secret.value=sample
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment