Add Example JWT Secret

This commit is contained in:
Alan Moon 2025-06-15 15:14:58 -07:00
parent 66f27d7a4c
commit 2f02d27f24

View File

@ -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"