9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
GITEA__database__DB_TYPE=postgres
|
|
GITEA__database__HOST=db:5432
|
|
GITEA__database__NAME=gitea
|
|
GITEA__database__USER=gitea
|
|
GITEA__database__PASSWD=gitea
|
|
#This one has to be disabled because downloading an archive (a .zip or .tar.gz
|
|
# also stores it in your storage, and crawling bots soon end up overwhelming your storage capacity.
|
|
GITEA__repository__DISABLE_DOWNLOAD_SOURCE_ARCHIVES=true
|