.env 274 B

1234567891011
  1. #!/usr/bin/env bash
  2. # MariaDB configuration
  3. MARIADB_ROOT_USER=root
  4. MARIADB_ROOT_PASSWORD=root
  5. MARIADB_USER=user # ok to ignore this and deactivate later
  6. MARIADB_PASS=pass # ok to ignore this and deactivate later
  7. # Database backup output location
  8. MYSQL_DUMPS_DIR=./Backups