mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:38:13 +00:00
eb7d5c594e
* feat: make single file upload to attachment available * fix: change file name case * feat: refactor structure and make local server work * test: skip bug case temporarily * fix: use middleware to load storage static server * fix: change meta from values to request.body back and refactor local server middleware * adjust details * http: Co-authored-by: chenos <chenlinxh@gmail.com>
22 lines
313 B
Plaintext
22 lines
313 B
Plaintext
DB_DIALECT=postgres
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_DATABASE=nocobase
|
|
DB_USER=test
|
|
DB_PASSWORD=test
|
|
|
|
# set to 'on' to enable log
|
|
DB_LOG_SQL=
|
|
|
|
# DB_DIALECT=mysql
|
|
# DB_PORT=3306
|
|
|
|
DB_MYSQL_PORT=3306
|
|
DB_POSTGRES_PORT=5432
|
|
|
|
HTTP_PORT=23000
|
|
|
|
VERDACCIO_PORT=4873
|
|
|
|
LOCAL_STORAGE_BASE_URL=http://localhost:23000/uploads
|