diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2022-05-08 23:51:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 17:51:50 +0200 |
commit | d4834071da9ce010fd4677ef339c598dd23dc130 (patch) | |
tree | ee6692b9b44e259d79158c2dc2b867d8f3286630 /integrations/mysql.ini.tmpl | |
parent | 6a969681cd862bf153fa7921485278be1e8a092a (diff) | |
download | gitea-d4834071da9ce010fd4677ef339c598dd23dc130.tar.gz gitea-d4834071da9ce010fd4677ef339c598dd23dc130.zip |
Repository level enable package or disable (#19323)
Diffstat (limited to 'integrations/mysql.ini.tmpl')
-rw-r--r-- | integrations/mysql.ini.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl index c1780110a3..6a0fd4ab86 100644 --- a/integrations/mysql.ini.tmpl +++ b/integrations/mysql.ini.tmpl @@ -118,3 +118,6 @@ DISABLE_GIT_HOOKS = false INSTALL_LOCK = true SECRET_KEY = 9pCviYTWSb INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ + +[packages] +ENABLED = true |