Files
docker-compose-template/apps/arcane/.env
T
Viren070 9a42476fb4 fix(arcane): update for v1
note: pre v1 databases cannot be migrated, start fresh:
sudo rm -rf /opt/docker/data/arcane
2025-10-01 20:27:35 +01:00

10 lines
349 B
Bash

# The following variables are required to run Arcane. Use the commands provided to generate secure values.
# openssl rand -hex 32
ARCANE_ENCRYPTION_KEY=
# echo "$(openssl rand -base64 64 | tr -d '=/' | tr -d '\n')"
ARCANE_JWT_SECRET=
# The default credentials when you first start Arcane are as follows:
# Username: arcane
# Password: arcane-admin