updated example.env in api
parent
402d969c12
commit
04b9849141
|
@ -80,4 +80,7 @@ WORKING_DAY_START_TIME_LOCAL=00:00:00
|
||||||
UPLOAD_PATH=/var/www/html/admin/upload/
|
UPLOAD_PATH=/var/www/html/admin/upload/
|
||||||
|
|
||||||
# main currency unit
|
# main currency unit
|
||||||
CURRENCY_UNIT=CNY
|
CURRENCY_UNIT=CNY
|
||||||
|
|
||||||
|
# maximum failed login count, otherwise the user should be locked
|
||||||
|
MAXIMUM_FAILED_LOGIN_COUNT=3
|
Loading…
Reference in New Issue