Add Example JWT Secret
This commit is contained in:
parent
66f27d7a4c
commit
2f02d27f24
@ -8,7 +8,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Production
|
- ASPNETCORE_ENVIRONMENT=Production
|
||||||
- ASPNETCORE_HTTP_PORTS=8080
|
- ASPNETCORE_HTTP_PORTS=8080
|
||||||
- DB_CONNECTION_STRING=Data Source=qtcdev.db
|
- DB_CONNECTION_STRING="Data Source=qtcdev.db"
|
||||||
- DB_PROVIDER=SQLite
|
- DB_PROVIDER="SQLite"
|
||||||
|
- JWT_KEY="XoCgVnNjMT3h$!75lNib7JO!NC5pGh!4"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
Loading…
x
Reference in New Issue
Block a user