Files
Open-RSC-Docker-Home/.env
2018-08-18 12:12:37 -04:00

18 lines
288 B
Bash

#!/usr/bin/env bash
# Ghost
GHOST_EMAIL=admin@openrsc.com
GHOST_PASSWORD=malwareinfection
GHOST_DATABASE_NAME=ghost
ALLOW_EMPTY_PASSWORD=no
# Nginx
NGINX_HOST=localhost
# MySQL
MARIADB_DATABASE=test
MARIADB_ROOT_USER=root
MARIADB_ROOT_PASSWORD=root
MARIADB_USER=user
MARIADB_PASS=pass