Searched refs:GetConfigVar (Results 1 – 2 of 2) sorted by relevance
22 constants.GetConfigVar("GCP_DB_INSTANCE_CONNECTION_NAME"),23 constants.GetConfigVar("GCP_DB_USER"),24 constants.GetConfigVar("GCP_DB_PASSWORD"),26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME")
7 func GetConfigVar(key string) string { func