Add env.sample
This commit is contained in:
parent
e8f3e9b2dd
commit
6cc71fe82a
2 changed files with 7 additions and 1 deletions
|
@ -4,4 +4,7 @@ A simple microservice that responds the following text to all requests
|
|||
|
||||
```
|
||||
Sorry, (this part of) domain $domain is not reachable by IPv4. Please upgrade to IPv6 and try to reach $domain again.
|
||||
```
|
||||
```
|
||||
|
||||
Notes before deployment:
|
||||
1. Rename env.sample to .env and set all needed parameters.
|
||||
|
|
3
env.sample
Normal file
3
env.sample
Normal file
|
@ -0,0 +1,3 @@
|
|||
DEBUG=False
|
||||
SECRET_KEY=phaxiz3uqu4eiD4gaipoSh3Ao2Aim9jie6aS2liec1yi0ogi
|
||||
ALLOWED_HOSTS=*,
|
Loading…
Reference in a new issue