mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
aee13d282c
(cherry picked from commit884ca63738
) (cherry picked from commit0a45d9c37b
) [TESTS] upgrade tests for storage (squash) relative paths (cherry picked from commit3bb19285f3
) (cherry picked from commitc640c09e61
) (cherry picked from commit40ffe2d226
) [UPGRADE] S3 storage and fixtures (cherry picked from commitc466c9c657
) (cherry picked from commite80abbe2cd
) (cherry picked from commit50a47df1d1
) [UPGRADE] add sanity checks for [storage*] (squash) speedup upgrade tests (cherry picked from commitf578279cfe
) (cherry picked from commit6dd677f151
) (cherry picked from commitee7e7eca27
) (cherry picked from commit879ffca697
) (cherry picked from commit60b33cc5af
) (cherry picked from commit3ba984b242
) (cherry picked from commitfceff4ca7b
) (cherry picked from commite0d732a4e8
)
32 lines
541 B
INI
32 lines
541 B
INI
RUN_MODE = prod
|
|
WORK_PATH = ${WORK_PATH}
|
|
|
|
[server]
|
|
APP_DATA_PATH = ${WORK_PATH}/data
|
|
HTTP_PORT = 3000
|
|
SSH_LISTEN_PORT = 2222
|
|
LFS_START_SERVER = true
|
|
LFS_CONTENT_PATH = relative-lfs
|
|
|
|
[database]
|
|
DB_TYPE = sqlite3
|
|
PATH = ${WORK_PATH}/forgejo.db
|
|
|
|
[log]
|
|
MODE = file
|
|
LEVEL = debug
|
|
ROUTER = file
|
|
|
|
[log.file]
|
|
FILE_NAME = forgejo.log
|
|
|
|
[security]
|
|
INSTALL_LOCK = true
|
|
|
|
[repository]
|
|
ENABLE_PUSH_CREATE_USER = true
|
|
DEFAULT_PUSH_CREATE_PRIVATE = false
|
|
|
|
[picture]
|
|
AVATAR_UPLOAD_PATH = relative-avatars
|
|
REPOSITORY_AVATAR_UPLOAD_PATH = relative-repo-avatars
|