Skip to content
Snippets Groups Projects
.env.development 231 B
Newer Older
leonjung's avatar
leonjung committed
DATABASE_URL="mysql://root:Daybyday10%23@localhost:3306/recipes"
HTTP_PORT=
Leon Jung's avatar
Leon Jung committed
USE_SSL="true"
leonjung's avatar
leonjung committed
SSL_KEY_FILE=./cert/private.key
SSL_CRT_FILE=./cert/public.crt
Leon Jung's avatar
Leon Jung committed
HTTPS_PORT=3001
JWT_SECRET="Derfmejrwqoprkwqoepqwjmdfjewopqe"
JWT_TTL="10000"