Skip to content

Commit 7607fb3

Browse files
committed
Remove .env file from git repository
Add example file for .env file Update Changelog to v0.2.1
1 parent 3f8130e commit 7607fb3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JWT_SECRET=PPNBhcIhU0i7MWF2siMNl6nq5icNLV9ePeBfJfuqTkmOj867jY6yKqetV12J0kTt
2-
JWT_ACTIVE=true
2+
JWT_ACTIVE=false
33
BASIC_ACTIVE=true
44
BASIC_USER=test
55
BASIC_SECRET=asdf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# compiled output
22
/dist
33
/node_modules
4+
.env
45

56
# Logs
67
logs

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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.

0 commit comments

Comments
 (0)