misc: comment about RSA_PRIVATE_KEY

This commit is contained in:
Jeremy Denquin 2022-05-12 15:28:52 +02:00
parent 9ca67f7777
commit 9fb269a65d
3 changed files with 4 additions and 4 deletions

2
api

@ -1 +1 @@
Subproject commit fa0eea55a10f4eb7a9748f6ef2ef8abf96f7e619
Subproject commit c8117e8c8f3edb6a58e848c7d43067fcc0183f3e

View File

@ -43,6 +43,7 @@ services:
- RAILS_ENV=production
- SENTRY_DSN=${SENTRY_DSN}
- LAGO_FRONT_URL=${LAGO_FRONT_URL:-http://localhost}
- RSA_PRIVATE_KEY=${LAGO_RSA_PRIVATE_KEY} # Should be base64 encoded
ports:
- ${API_PORT:-3000}:3000
@ -73,8 +74,7 @@ services:
- SECRET_KEY_BASE=${SECRET_KEY_BASE:-your-secret-key-base-hex-64}
- RAILS_ENV=production
- SENTRY_DSN=${SENTRY_DSN}
- RSA_PRIVATE_KEY=${LAGO_RSA_PRIVATE_KEY}
- RSA_PUBLIC_KEY=${LAGO_RSA_PUBLIC_KEY}
- RSA_PRIVATE_KEY=${LAGO_RSA_PRIVATE_KEY} # Should be base64 encoded
api-clock:
container_name: lago-clock

2
front

@ -1 +1 @@
Subproject commit 944aabe88d10530ca344f96a34643e09965051e1
Subproject commit 37ee568562df58adc2252006d98aadbf37b8848c