Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvConfig = map[string]interface{}{ "SERVER_PORT": ":4003", "DATABASE_IP": "127.0.0.1", "DATABASE_PORT": "3306", "DATABASE_USER": "root", "DATABASE_PWD": "root", "DATABASE_NAME": "godmin", "DATABASE_MAX_IDLE_CON": 50, "DATABASE_MAX_OPEN_CON": 150, "REDIS_IP": "127.0.0.1", "REDIS_PORT": "6379", "REDIS_PASSWORD": "", "REDIS_DB": 1, "PORTABLE": false, "AUTH_DOMAIN": "localhost", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.