mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
https://github.com/toeverything/AFFiNE/pull/12816 #### PR Dependency Tree * **PR #12935** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the default Manticore Search version in development environment configurations from 9.3.2 to 10.1.0. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
16 lines
311 B
Plaintext
16 lines
311 B
Plaintext
# postgres major version
|
|
DB_VERSION=16
|
|
# database credentials
|
|
DB_PASSWORD=affine
|
|
DB_USERNAME=affine
|
|
DB_DATABASE_NAME=affine
|
|
|
|
# elasticsearch env
|
|
# ELASTIC_VERSION=9.0.1
|
|
# enable for arm64, e.g.: macOS M1+
|
|
# ELASTIC_VERSION_ARM64=-arm64
|
|
# ELASTIC_PLATFORM=linux/arm64
|
|
|
|
# manticoresearch
|
|
MANTICORE_VERSION=10.1.0
|