2023-06-14 18:21:23 +00:00
|
|
|
## Vars
|
|
|
|
|
2023-11-06 16:17:02 +00:00
|
|
|
# Admin token to unlock the DLS store, replace it!
|
2023-06-14 18:21:23 +00:00
|
|
|
DLS_UNLOCK_TOKEN=changeme
|
|
|
|
|
|
|
|
# Docker container name for dir2config
|
2023-11-06 16:17:02 +00:00
|
|
|
D2C_IMG=novit.tech/direktil/local-server:latest
|
2023-06-14 18:21:23 +00:00
|
|
|
D2C_CTR_NAME=dir2config
|
|
|
|
|
|
|
|
# Docker container name for direktil local server
|
2023-11-06 16:17:02 +00:00
|
|
|
DLS_IMG=novit.tech/direktil/local-server:latest
|
2023-06-14 18:21:23 +00:00
|
|
|
DLS_CTR_NAME=dls
|
|
|
|
|
|
|
|
# QEMU local bridge name. If you specificy a custom name, you may have to configure qemu bridge helper to allow it
|
|
|
|
QEMU_BR_NAME=virbr0
|
|
|
|
# QEMU VM default disk size
|
|
|
|
QEMU_DISK_SIZE=30G
|
|
|
|
# Allocated CPUs to QEMU VMs
|
|
|
|
QEMU_VM_CPU=4
|
|
|
|
# Allocated Memory to QEMU VMs
|
2023-11-06 16:17:02 +00:00
|
|
|
QEMU_VM_MEM=4096
|
2023-06-14 18:21:23 +00:00
|
|
|
################
|
|
|
|
|
|
|
|
# Token file for dls
|
|
|
|
tknfile=".dls_adm_token"
|
|
|
|
|