Christophe Hache

Results 1 issues of Christophe Hache

### Description: Currently, the Docker entrypoint.sh script includes the following lines: ```bash export STACK_SEED_INTERNAL_PROJECT_PUBLISHABLE_CLIENT_KEY=$(openssl rand -base64 32) export STACK_SEED_INTERNAL_PROJECT_SECRET_SERVER_KEY=$(openssl rand -base64 32) export STACK_SEED_INTERNAL_PROJECT_SUPER_SECRET_ADMIN_KEY=$(openssl rand -base64 32) ``` These lines...