functions: DB -> DB_URL / MQ -> MQ_URL and related docs (#258)

This commit is contained in:
C Cirello
2016-11-10 02:02:32 +01:00
committed by Travis Reeder
parent c0a6002266
commit 4e41cac6e2
6 changed files with 14 additions and 14 deletions

View File

@@ -19,8 +19,8 @@ import (
const (
envLogLevel = "log_level"
envMQ = "mq"
envDB = "db"
envMQ = "mq_url"
envDB = "db_url"
envPort = "port" // be careful, Gin expects this variable to be "port"
envAPIURL = "api_url"
envNumAsync = "num_async"