fix(api): updated version vumber
fix(storage): defined FS_CLEAN_HRS
This commit is contained in:
parent
192d89f590
commit
49adbc9d18
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ env:
|
|||
# Enable logging for python app
|
||||
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
|
||||
PYTHONUNBUFFERED: '0'
|
||||
version_number: '1.2.0'
|
||||
version_number: '1.3.0'
|
||||
SAML2_MD_URL: ''
|
||||
idp_entityId: ''
|
||||
idp_sso_url: ''
|
||||
|
|
|
|||
|
|
@ -43,3 +43,4 @@ env:
|
|||
KAFKA_SERVERS: kafka.db.svc.cluster.local:9092
|
||||
KAFKA_USE_SSL: false
|
||||
LICENSE_KEY: ""
|
||||
FS_CLEAN_HRS: 12
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue