-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actualize local setup #170
base: main
Are you sure you want to change the base?
Conversation
andskur
commented
Dec 13, 2024
- updated running_locally readme (actual docker compose commands)
- added CGW database to docker compose
- added missed env vars to cgw.env
…EMAIL 🔒 chore(cgw.env): add JWT_ISSUER and JWT_SECRET for JWT signing and verification 🔑 chore(cgw.env): add FINGERPRINT_ENCRYPTION_KEY for community use 🐳 chore(docker-compose.yml): add cgw-db service for PostgreSQL 14-alpine 📝 chore(docs): update commands to remove containers and volumes
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@@ -54,7 +48,7 @@ EMAIL_TEMPLATE_VERIFICATION_CODE='' | |||
# Firebase project | |||
PUSH_NOTIFICATIONS_API_PROJECT='' | |||
# Firebase service account details for authenticating with Google | |||
PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_EMAIL='' | |||
PUSH_NOTIFICATIONS_API_SERVICE_ACCOUNT_CLIENT_EMAIL=[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change
Could you add
https://github.com/safe-global/safe-infrastructure/blob/main/docker-compose.yml#L82 |