9u0/easy-scf-build

There is no license information available for the latest version (dev-main) of this package.

创建easy-scf项目

dev-main 2025-02-11 03:19 UTC

This package is auto-updated.

Last update: 2025-03-11 03:33:24 UTC


README

需要在serverless.yaml>inputs>environment>variables添加或设置的字段

TZ: Asia/Shanghai JWT_SECRET: xxx DB_HOST: 'xxx' DB_USER: xxx DB_PASSWORD: xxx DB_NAME: xxx DB_PORT: 3306 DB_READ_HOST: 'xxx' DB_READ_USER: xxx DB_READ_PASSWORD: xxx DB_READ_NAME: xxx DB_READ_PORT: 3306 REDIS_HOST: 'xxx' REDIS_PORT: 6379 REDIS_PASSWORD: xxx ROUTES: /user/var/routes.php USER_MODEL: Users AUTH_INFO: authInfo HASHID_SALT: xxx HASHID_LENGTH: 16

上传需要修改.env的秘钥对