- Added new environment variables for MinIO configuration in .env.local.example. - Updated package.json and bun.lock to include new dependencies for key management and encryption. - Refactored server and route handling to support Ed25519 and X25519 key pairs for improved security during key rotation. - Implemented validation for public keys and enhanced error handling in the discovery routes. - Introduced new challenges for key rotation, ensuring secure communication between federations. - Updated README with additional instructions for the new key rotation process.
19 lines
No EOL
220 B
Text
19 lines
No EOL
220 B
Text
BETTER_AUTH_SECRET=
|
|
BETTER_AUTH_URL=
|
|
|
|
DATABASE_URL=
|
|
|
|
EMAIL_HOST=
|
|
EMAIL_PORT=
|
|
EMAIL_SECURE=
|
|
EMAIL_USER=
|
|
EMAIL_PASSWORD=
|
|
|
|
DEBUG=
|
|
|
|
MINIO_BUCKET=
|
|
MINIO_ENDPOINT=
|
|
MINIO_PORT=
|
|
MINIO_USE_SSL=
|
|
MINIO_ACCESS_KEY=
|
|
MINIO_SECRET_KEY= |