Enabke reload on config change

This commit is contained in:
Vikram Rangnekar 2019-09-09 00:04:39 -04:00
parent 58eb272df0
commit 1a949859e9
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ enable_tracing: true
# Watch the config folder and reload Super Graph # Watch the config folder and reload Super Graph
# with the new configs when a change is detected # with the new configs when a change is detected
reload_on_config_change: false reload_on_config_change: true
# Postgres related environment Variables # Postgres related environment Variables
# SG_DATABASE_HOST # SG_DATABASE_HOST

View File

@ -16,7 +16,7 @@ features:
- title: Ruby-on-Rails - title: Ruby-on-Rails
details: Can read Rails cookies and supports rails database conventions. details: Can read Rails cookies and supports rails database conventions.
- title: Serverless - 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 - title: Go Lang
details: Go is a language created at Google to build fast and secure web services. details: Go is a language created at Google to build fast and secure web services.
- title: Free and Open Source - title: Free and Open Source