UPLOAD_LOCATION=./upload
###################################################################################
# Log message level - [simple|verbose]
###################################################################################
LOG_LEVEL=verbose
###################################################################################
# JWT SECRET
#
# This JWT_SECRET is used to sign the authentication keys for user login
# You should set it to a long randomly generated value
# You can use this command to generate one: openssl rand -base64 128
###################################################################################
JWT_SECRET=redacted
UPLOAD_LOCATION=./upload
###################################################################################
# Log message level - [simple|verbose]
###################################################################################
LOG_LEVEL=verbose
###################################################################################
# JWT SECRET
#
# This JWT_SECRET is used to sign the authentication keys for user login
# You should set it to a long randomly generated value
# You can use this command to generate one: openssl rand -base64 128
###################################################################################
JWT_SECRET=redacted