Skip to content

Commit baaacc0

Browse files
Removed local changes to properties and updated readme.
1 parent dcebb5c commit baaacc0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ To run build.yml for testing you need to add a label to your PR containing the t
77
Afterwards 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.

osgp/platform/osgp-throttling-service/src/main/resources/osgp-throttling-service.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datasource Configuration
22
spring.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
44
spring.datasource.username=osp_admin
55
spring.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.
4141
scheduling.task.reinitialize.state.cron.expression=30 0/30 * * * ?
4242
# Redis
43-
redis.host=redis
43+
redis.host=localhost
4444
redis.port=6379
4545
redis.ssl=false
4646
redis.ssl.keystore.location=

0 commit comments

Comments
 (0)