Skip to content
Snippets Groups Projects
Verified Commit a45d36f6 authored by Hutomo Saleh's avatar Hutomo Saleh
Browse files

fix: revert tool api auth config

parent 25af73d5
No related branches found
No related tags found
1 merge request!18Restructure spring application properties
...@@ -19,6 +19,8 @@ security.hmac-key=${HMAC_KEY} ...@@ -19,6 +19,8 @@ security.hmac-key=${HMAC_KEY}
# Tool APIs # Tool APIs
opencode.api.base-path=https://software.opencode.de/api/v1/project/ opencode.api.base-path=https://software.opencode.de/api/v1/project/
opencode.api.ort=/cve-result opencode.api.ort=/cve-result
opencode.api.auth=https://sl.dev.o4oe.de/api/
opencode.api.auth-api-key=${AUTH_API_KEY}
# OCCMD specific settings # OCCMD specific settings
# path to the occmd tool executable # path to the occmd tool executable
......
spring.datasource.url=jdbc:postgresql://${host}:${DB_PORT}/${DB_NAME}?sslmode=disable&user=root # Config for the OpencoDE platform
spring.jpa.hibernate.ddl-auto=update
opencode.host=https://gitlab.dev.o4oe.de/ opencode.host=https://gitlab.dev.o4oe.de/
opencode.analyze-private-repos=true
# Tool APIs
opencode.api.base-path=https://sl.dev.o4oe.de/api/v1/project/ opencode.api.base-path=https://sl.dev.o4oe.de/api/v1/project/
opencode.api.auth=https://sl.dev.o4oe.de/api/ opencode.api.auth=https://sl.dev.o4oe.de/api/
opencode.api.auth-api-key=${AUTH_API_KEY}
opencode.analyze-private-repos=true # Database Settings
spring.datasource.url=jdbc:postgresql://${host}:${DB_PORT}/${DB_NAME}?sslmode=disable&user=root
spring.jpa.hibernate.ddl-auto=update
spring.config.import=optional:classpath:.env[.properties] # Config for the OpencoDE platform
spring.datasource.url=jdbc:postgresql://${host}:${DB_PORT}/${DB_NAME}?sslmode=disable&user=root
spring.jpa.hibernate.ddl-auto=create-drop
opencode.host=https://gitlab.opencode.de/ opencode.host=https://gitlab.opencode.de/
opencode.analyze-private-repos=true opencode.analyze-private-repos=true
# Tool APIs
opencode.api.base-path=https://sl.dev.o4oe.de/api/v1/project/
opencode.api.auth=https://sl.dev.o4oe.de/api/receive-session/
# Database Settings
spring.datasource.url=jdbc:postgresql://${host}:${DB_PORT}/${DB_NAME}?sslmode=disable&user=root
spring.jpa.hibernate.ddl-auto=create-drop
# Import local .env
spring.config.import=optional:classpath:.env[.properties]
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

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.