package
Version:
v0.0.0-...-1390325
Opens a new window with list of versions in this module.
Published: Sep 22, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DEVELOPER = "developer"
HOMOLOGATION = "homologation"
PRODUCTION = "production"
)
type Config struct {
SRV_PORT string `json:"srv_port"`
WEB_UI bool `json:"web_ui"`
Mode string `json:"mode"`
OpenBrowser bool `json:"open_browser"`
DBConfig `json:"dbconfig"`
}
type DBConfig struct {
DB_DRIVE string `json:"db_drive"`
DB_HOST string `json:"db_host"`
DB_PORT string `json:"db_port"`
DB_USER string `json:"db_user"`
DB_PASS string `json:"db_pass"`
DB_NAME string `json:"db_name"`
DB_DSN string `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.