Revert "Don't use internal tokens"
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
This reverts commit a03ce26824.
This commit is contained in:
@@ -25,7 +25,7 @@ SSH_LISTEN_PORT = 2222
|
|||||||
BUILTIN_SSH_SERVER_USER = git
|
BUILTIN_SSH_SERVER_USER = git
|
||||||
LFS_START_SERVER = true
|
LFS_START_SERVER = true
|
||||||
DOMAIN = stppi.local
|
DOMAIN = stppi.local
|
||||||
LFS_JWT_SECRET = qC1Sr2aTi72ZwaQM7MJQ0x9mNIPd1YgED_aOkXQHUpk
|
LFS_JWT_SECRET =
|
||||||
OFFLINE_MODE = true
|
OFFLINE_MODE = true
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
@@ -34,7 +34,7 @@ DB_TYPE = postgres
|
|||||||
HOST = db
|
HOST = db
|
||||||
NAME = gitea
|
NAME = gitea
|
||||||
USER = postgres
|
USER = postgres
|
||||||
PASSWD = password
|
PASSWD =
|
||||||
SCHEMA =
|
SCHEMA =
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
LOG_SQL = false
|
LOG_SQL = false
|
||||||
@@ -60,7 +60,7 @@ INSTALL_LOCK = true
|
|||||||
SECRET_KEY =
|
SECRET_KEY =
|
||||||
REVERSE_PROXY_LIMIT = 1
|
REVERSE_PROXY_LIMIT = 1
|
||||||
REVERSE_PROXY_TRUSTED_PROXIES = *
|
REVERSE_PROXY_TRUSTED_PROXIES = *
|
||||||
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3NzM1OTMwMzd9.8zo3f-AIrC0IHGUP2Q6F843u3tODWhriC3j42BFG-4Q
|
INTERNAL_TOKEN =
|
||||||
PASSWORD_HASH_ALGO = pbkdf2
|
PASSWORD_HASH_ALGO = pbkdf2
|
||||||
|
|
||||||
[service]
|
[service]
|
||||||
@@ -95,4 +95,4 @@ DEFAULT_MERGE_STYLE = merge
|
|||||||
DEFAULT_TRUST_MODEL = committer
|
DEFAULT_TRUST_MODEL = committer
|
||||||
|
|
||||||
[oauth2]
|
[oauth2]
|
||||||
JWT_SECRET = EIOkHjhRYnwcoahdW9PqOKJC72THJ0inbDGDY25Kp3A
|
JWT_SECRET =
|
||||||
|
|||||||
Reference in New Issue
Block a user