mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
started work datasources admin
This commit is contained in:
@@ -25,8 +25,15 @@ const (
|
||||
HTTPS Scheme = "https"
|
||||
)
|
||||
|
||||
const (
|
||||
DEV string = "development"
|
||||
PROD string = "production"
|
||||
TEST string = "test"
|
||||
)
|
||||
|
||||
var (
|
||||
// App settings.
|
||||
Env string = DEV
|
||||
AppVer string
|
||||
AppName string
|
||||
AppUrl string
|
||||
|
||||
Reference in New Issue
Block a user