8 lines
250 B
Bash
8 lines
250 B
Bash
# Podman/Buildah - force format docker pour HEALTHCHECK supporté
|
|
BUILDAH_FORMAT=docker
|
|
|
|
# Backend
|
|
SECRET_KEY=change-me-to-a-random-64-char-string
|
|
ADMIN_PASSWORD=change-me-to-a-strong-password
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost:8080
|