File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
- CSRF protection for main form.
11
11
- Health check for Docker.
12
- - Heroku application manifest.
12
+ - Heroku application manifest for simple deployment .
13
13
14
14
### Changed
15
15
- Server options moved to separate struct.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If you have ideas to improve the our safety/security so far as possible please p
20
20
21
21
## Settings
22
22
23
- Configuration settings can be set with ` .env ` file or environment.
23
+ Configuration settings can be set with .env file or environment.
24
24
25
25
`` DATABASE_URL `` - Data source name (DSN) for PostgreSQL database.
26
26
@@ -34,7 +34,7 @@ Deploy to Heroku cloud:
34
34
35
35
[ ![ Deploy to Heroku] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy?template=https://github.com/osminogin/tornote )
36
36
37
- Or build and run locally:
37
+ Build and run locally with Docker :
38
38
39
39
``` bash
40
40
git clone https://github.com/osminogin/tornote
@@ -45,8 +45,8 @@ docker run -p 8000:8000 -e DATABASE_URL=... -e SECRET_KEY=... tornote
45
45
46
46
## ChangeLog
47
47
48
- [ CHANGELOG.md] ( https://raw.githubusercontent. com/osminogin/tornote/master/CHANGELOG.md )
48
+ [ CHANGELOG.md] ( https://github. com/osminogin/tornote/blob /master/CHANGELOG.md )
49
49
50
50
## License
51
51
52
- See [ COPYING] ( https://raw.githubusercontent. com/osminogin/tornote/master/COPYING )
52
+ See [ COPYING] ( https://github. com/osminogin/tornote/blob /master/COPYING )
You can’t perform that action at this time.
0 commit comments