File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11JWT_SECRET=PPNBhcIhU0i7MWF2siMNl6nq5icNLV9ePeBfJfuqTkmOj867jY6yKqetV12J0kTt
2- JWT_ACTIVE = true
2+ JWT_ACTIVE=false
33BASIC_ACTIVE=true
44BASIC_USER=test
55BASIC_SECRET=asdf
Original file line number Diff line number Diff line change 11# compiled output
22/dist
33/node_modules
4+ .env
45
56# Logs
67logs
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.1] - 2020-07-29
8+ ### Fixed
9+ - Remove .env file from repository
10+
11+ ### Added
12+ - Added example file for .env
13+
714## [ 0.2.0] - 2020-07-29
815### Added
916- Added [ GET] /browse to get all files available on the print server.
You can’t perform that action at this time.
0 commit comments