Created
November 12, 2019 17:27
-
-
Save thebalaa/4d9bf6b4a708f515712a717c635ebefc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_NAME = Gitea: Git with a cup of tea | |
RUN_USER = vagrant | |
RUN_MODE = prod | |
[oauth2] | |
JWT_SECRET = oQHum5x3ee7H8WYlFRtF1QcXZ0ZBsPW9UfyV2cmLQ98 | |
[security] | |
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE1NzM0OTcyNTJ9.Ub8sNai8htBbH3QMT3V9GYO_jU0RhkeyG1hyYWREzB8 | |
INSTALL_LOCK = true | |
SECRET_KEY = p6Cwm1JlcpEQcAPMoMIArYd8ELUsSYwtplYSLuXa826RXr2lIWCM6p1U6UUarTeO | |
[database] | |
DB_TYPE = postgres | |
HOST = 127.0.0.1:5432 | |
NAME = gitea | |
USER = gitea | |
PASSWD = letmein | |
SSL_MODE = disable | |
CHARSET = utf8 | |
PATH = /vagrant/gitea/data/gitea.db | |
[repository] | |
ROOT = /home/vagrant/gitea-repositories | |
[server] | |
SSH_DOMAIN = localhost | |
DOMAIN = localhost | |
HTTP_PORT = 3000 | |
ROOT_URL = http://localhost:3000/ | |
DISABLE_SSH = false | |
SSH_PORT = 22 | |
LFS_START_SERVER = true | |
LFS_CONTENT_PATH = /vagrant/gitea/data/lfs | |
LFS_JWT_SECRET = EXECYw6Rnzek22hOuakrRrG6mhdYWgeXkDZ5JYhwMHM | |
OFFLINE_MODE = true | |
[mailer] | |
ENABLED = false | |
[service] | |
REGISTER_EMAIL_CONFIRM = false | |
ENABLE_NOTIFY_MAIL = false | |
DISABLE_REGISTRATION = false | |
ALLOW_ONLY_EXTERNAL_REGISTRATION = false | |
ENABLE_CAPTCHA = false | |
REQUIRE_SIGNIN_VIEW = false | |
DEFAULT_KEEP_EMAIL_PRIVATE = false | |
DEFAULT_ALLOW_CREATE_ORGANIZATION = true | |
DEFAULT_ENABLE_TIMETRACKING = true | |
NO_REPLY_ADDRESS = noreply.example.org | |
[picture] | |
DISABLE_GRAVATAR = true | |
ENABLE_FEDERATED_AVATAR = false | |
[openid] | |
ENABLE_OPENID_SIGNIN = false | |
ENABLE_OPENID_SIGNUP = false | |
[session] | |
PROVIDER = file | |
[log] | |
MODE = file | |
LEVEL = info | |
ROOT_PATH = /vagrant/gitea/log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment