func getAuthKey(dcID string) (string, error) {
    authKey := os.Getenv(EnvKeyName)
    if len(authKey) > 0 {
        return authKey, nil
    }