|
@@ -42,7 +42,8 @@ import (
|
|
|
var (
|
|
var (
|
|
|
// InstanceEnvConf holds the environment configuration
|
|
// InstanceEnvConf holds the environment configuration
|
|
|
InstanceEnvConf *envloader.EnvConf
|
|
InstanceEnvConf *envloader.EnvConf
|
|
|
- InstanceDB *pgorm.DB
|
|
|
|
|
|
|
+ // InstanceDB holds the config for connecting to the database
|
|
|
|
|
+ InstanceDB *pgorm.DB
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
type EnvConfigLoader struct {
|
|
type EnvConfigLoader struct {
|