aboutsummaryrefslogtreecommitdiffstats
path: root/models/system/setting_key.go
blob: 5a6ea6ed722fdba41fe4f3c4b9bdfd261c043fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package system

// enumerate all system setting keys
const (
	KeyPictureDisableGravatar       = "picture.disable_gravatar"
	KeyPictureEnableFederatedAvatar = "picture.enable_federated_avatar"
)