Jump to 1.7 release

This commit is contained in:
Nemo 2019-01-25 02:08:00 +05:30
parent fa99d0de64
commit 4b5747abd3
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ ENABLE_OPENID_SIGNUP = true
[metrics]
; Enables metrics endpoint. True or false; default is false.
ENABLED = false
ENABLED = true
; If you want to add authorization, specify a token here
; TODO
TOKEN =

View File

@ -1,7 +1,7 @@
# https://github.com/go-gitea/gitea/releases
data "docker_registry_image" "gitea" {
# not bleeding, this is hemorrhaging edge
name = "gitea/gitea:latest"
name = "gitea/gitea:1.7"
}
data "docker_registry_image" "redis" {