Skip to content
Snippets Groups Projects
Commit 0218efd6 authored by xeruf's avatar xeruf
Browse files

apps/forge: update config parameters for single instance deployment

parent 63a7314d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,18 @@ data:
iconUrl: "https://${dashboard_domain}/favicon-32x32.png"
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/
config:
database:
DB_TYPE: postgres
session:
PROVIDER: db
cache:
ADAPTER: memory
queue:
TYPE: level
indexer:
ISSUE_INDEXER_TYPE: bleve
REPO_INDEXER_ENABLED: true
APP_NAME: "Forge for ${company_name}"
repository:
DEFAULT_PUSH_CREATE_PRIVATE: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment