You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
533 B
29 lines
533 B
# Name to configure and display on Gitea |
|
APP_NAME=Gitea: Git with a cup of tea |
|
|
|
# Protocol to use for Gitea |
|
PROTOCOL=https |
|
|
|
# Domain for Gitea |
|
DOMAIN=git.example.com |
|
|
|
# Virtual host for Gitea |
|
VIRTUAL_HOST=git.example.com |
|
|
|
# Virtual port for Gitea |
|
VIRTUAL_PORT=3000 |
|
|
|
# Letsencrypt host for Gitea |
|
LETSENCRYPT_HOST=git.example.com |
|
|
|
# Letsencrypt email for Gitea |
|
LETSENCRYPT_EMAIL=admin@example.com |
|
|
|
# Name for PostgreSQL database |
|
DB_NAME=gitea |
|
|
|
# User for PostgreSQL database |
|
DB_USER=gitea |
|
|
|
# Password for database user |
|
DB_PASSWD=gitea
|
|
|