mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 08:11:06 +00:00
chore: update configuration and Docker setup for JWT and test results
ci/woodpecker/push/build-arm Pipeline was successful
ci/woodpecker/push/build-arm Pipeline was successful
Enhanced the .gitignore to exclude test results and updated the Dockerfile to include a new entrypoint script for improved container initialization. Refactored JWT configuration to support additional parameters for automatic refresh intervals, ensuring better control over token management. Updated the ConfigurationResolver to enforce required environment variables without hardcoded fallbacks, enhancing security and flexibility.
This commit is contained in:
@@ -26,3 +26,6 @@ Thumbs.db
|
||||
appsettings.*.json
|
||||
!appsettings.json
|
||||
!appsettings.Development.json
|
||||
|
||||
## Test results (produced by scripts/run-tests.sh and run-performance-tests.sh)
|
||||
test-results/
|
||||
|
||||
Reference in New Issue
Block a user