mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:36:05 +00:00
a77f71e32f
* fix: improve code * v0.7.0-alpha.18 * chore(versions): 😊 publish v0.7.0-alpha.19 * fix: tips for app.install * chore(versions): 😊 publish v0.7.0-alpha.19 * fix: chalk module * chore(versions): 😊 publish v0.7.0-alpha.21 * fix: clean && force * chore(versions): 😊 publish v0.7.0-alpha.22 * feat: silent option * chore: storage folder * feat: storage folder * chore(versions): 😊 publish v0.7.0-alpha.23 * docs: update readme.md
56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
################# DOCKER #################
|
|
|
|
ADMINER_PORT=10101
|
|
DB_MYSQL_PORT=10102
|
|
DB_POSTGRES_PORT=10103
|
|
VERDACCIO_PORT=10104
|
|
|
|
################# NOCOBASE APPLICATION #################
|
|
|
|
NOCOBASE_ENV=development
|
|
|
|
SERVER_PORT=3000
|
|
|
|
# api base path endpoint for app(web)
|
|
SERVER_BASE_PATH=/api/
|
|
|
|
# api server access point for app(web when build)
|
|
SERVER_BASE_URL=
|
|
|
|
JWT_SECRET=09f26e402586e2faa8da4c98a35f1b20d6b033c60
|
|
|
|
################# DATABASE #################
|
|
|
|
DB_DIALECT=sqlite
|
|
DB_STORAGE=storage/db/nocobase.sqlite
|
|
# DB_HOST=localhost
|
|
# DB_PORT=5432
|
|
# DB_DATABASE=postgres
|
|
# DB_USER=nocobase
|
|
# DB_PASSWORD=nocobase
|
|
# DB_LOG_SQL=on
|
|
|
|
################# STORAGE (Initialization only) #################
|
|
|
|
# local or ali-oss
|
|
DEFAULT_STORAGE_TYPE=local
|
|
|
|
# LOCAL STORAGE
|
|
LOCAL_STORAGE_USE_STATIC_SERVER=true
|
|
LOCAL_STORAGE_BASE_URL=
|
|
LOCAL_STORAGE_DEST=storage/uploads
|
|
|
|
# ALI OSS STORAGE
|
|
ALI_OSS_STORAGE_BASE_URL=
|
|
ALI_OSS_REGION=oss-cn-beijing
|
|
ALI_OSS_ACCESS_KEY_ID=
|
|
ALI_OSS_ACCESS_KEY_SECRET=
|
|
ALI_OSS_BUCKET=
|
|
|
|
# AWS
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_S3_REGION=
|
|
AWS_S3_BUCKET=
|
|
AWS_S3_STORAGE_BASE_URL=
|