Enabke reload on config change
This commit is contained in:
parent
58eb272df0
commit
1a949859e9
|
@ -22,7 +22,7 @@ enable_tracing: true
|
|||
|
||||
# Watch the config folder and reload Super Graph
|
||||
# with the new configs when a change is detected
|
||||
reload_on_config_change: false
|
||||
reload_on_config_change: true
|
||||
|
||||
# Postgres related environment Variables
|
||||
# SG_DATABASE_HOST
|
||||
|
|
|
@ -16,7 +16,7 @@ features:
|
|||
- title: Ruby-on-Rails
|
||||
details: Can read Rails cookies and supports rails database conventions.
|
||||
- title: Serverless
|
||||
details: Designed for App Engine, Kubernetes, CloudRun, Horeku, AWS Fargate, etc
|
||||
details: Designed for App Engine, Kubernetes, CloudRun, Heroku, AWS Fargate, etc
|
||||
- title: Go Lang
|
||||
details: Go is a language created at Google to build fast and secure web services.
|
||||
- title: Free and Open Source
|
||||
|
|
Loading…
Reference in New Issue