mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
9a42476fb4
note: pre v1 databases cannot be migrated, start fresh: sudo rm -rf /opt/docker/data/arcane
10 lines
349 B
Bash
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
|