aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-06-29 21:42:47 +0200
committerGitHub <noreply@github.com>2021-06-29 15:42:47 -0400
commit653704c102f7eb389adcbbcfd0e5a9e9aaa5b227 (patch)
tree7b15cc66d127a9d39010b87c239db0bf2a953291 /custom/conf
parent65548359cc5c78455b638c5be6fdec3e321e717a (diff)
downloadgitea-653704c102f7eb389adcbbcfd0e5a9e9aaa5b227.tar.gz
gitea-653704c102f7eb389adcbbcfd0e5a9e9aaa5b227.zip
Add Vultr and DO Marketplace links (#16297)
* fix emoji img path * move cloudron * Add Vultr and DO
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.example.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 7cae16cd79..900e8b25ec 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1031,11 +1031,11 @@ PATH =
;;
;; All available reactions users can choose on issues/prs and comments.
;; Values can be emoji alias (:smile:) or a unicode emoji.
-;; For custom reactions, add a tightly cropped square image to public/emoji/img/reaction_name.png
+;; For custom reactions, add a tightly cropped square image to public/img/emoji/reaction_name.png
;REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
;;
;; Additional Emojis not defined in the utf8 standard
-;; By default we support gitea (:gitea:), to add more copy them to public/emoji/img/emoji_name.png and add it to this config.
+;; By default we support gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and add it to this config.
;; Dont mistake it for Reactions.
;CUSTOM_EMOJIS = gitea
;;