File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
osgp/platform/osgp-throttling-service/src/main/resources Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,7 @@ To run build.yml for testing you need to add a label to your PR containing the t
77Afterwards you can remove the label again.
88
99### Error logs on cucumber test timeout
10- If cucumber tests time out error logs are generated and uploaded as artifacts.
10+ If cucumber tests time out error logs are generated and uploaded as artifacts.
11+
12+ ## Editing properties for devops
13+ If you need to edit the configuration for OPS purposes, this can be done in the gxf-gitops repository under platform/config.yaml -- global properties.
Original file line number Diff line number Diff line change 11# Datasource Configuration
22spring.datasource.driver-class-name =org.postgresql.Driver
3- spring.datasource.url =jdbc:postgresql://postgres :5432/osgp_throttling
3+ spring.datasource.url =jdbc:postgresql://localhost :5432/osgp_throttling
44spring.datasource.username =osp_admin
55spring.datasource.password =1234
66# JPA / Hibernate Configuration
@@ -40,7 +40,7 @@ wait.for.high.prio.pause.in.ms=200
4040# The task to reset in memory counters with db state is executed by cron expression.
4141scheduling.task.reinitialize.state.cron.expression =30 0/30 * * * ?
4242# Redis
43- redis.host =redis
43+ redis.host =localhost
4444redis.port =6379
4545redis.ssl =false
4646redis.ssl.keystore.location =
You can’t perform that action at this time.
0 commit comments