forked from geerlingguy/raspberry-pi-dramble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.config.yml
29 lines (24 loc) · 898 Bytes
/
example.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# Drupal configuration.
drupal_domain: cluster.pidramble.test
drupal_docker_image: geerlingguy/drupal:latest-arm64
# Generate a salt with: `php -r "echo bin2hex(random_bytes(25));"`
drupal_hash_salt: ef4e7eb18bd889e2c89720e71ea98beaae5f563d8685638d6e
drupal_files_dir: /var/www/html/sites/default/files
drupal_download_if_not_present: 'true'
# MySQL configuration.
mysql_drupal_password: aaiQyjrcdvkxX6fg7UeM
mysql_root_password: mm2vnyboVrndryde4kJR
# Drupal filesystem configuration.
nfs_mount_dir: /mnt/nfs
# Security configuration.
security_sudoers_passwordless:
- pi
# Docker configuration.
docker_registry_image: vsellier/docker-registry-arm:2.7.1
docker_registry_domain: registry.pidramble.test
docker_registry_ingress_host: 'kube3'
docker_registry_http_secret: fdb19409c851605cd6c46615888d4c0e37858121df7c
# LED Configuration.
led_enable_gpio: false
led_enable_blinkstick: false