Skip to content

Commit b3b83f0

Browse files
committed
examples
1 parent 086dc4a commit b3b83f0

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# General
2+
DOMAIN=example.com
3+
TIMEZONE=Europe/Berlin
4+
# Database (MySQL/MariaDB)
5+
MYSQL_ROOT_PASSWORD=my-secret-pw
6+
MYSQL_DATABASE=woltlab_suite
7+
MYSQL_USER=woltlab_suite
8+
MYSQL_PASSWORD=my-secret-pw
9+
# Exporter
10+
MYSQL_EXPORTER_USER=exporter
11+
MYSQL_EXPORTER_PASSWORD=my-secret-pw

examples/fpm-nginx-aio/config

Whitespace-only changes.

examples/fpm-nginx/.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# General
2+
DOMAIN=example.com
3+
TIMEZONE=Europe/Berlin
4+
# Database (MySQL/MariaDB)
5+
MYSQL_ROOT_PASSWORD=my-secret-pw
6+
MYSQL_DATABASE=woltlab_suite
7+
MYSQL_USER=woltlab_suite
8+
MYSQL_PASSWORD=my-secret-pw
9+
# Exporter
10+
MYSQL_EXPORTER_USER=exporter
11+
MYSQL_EXPORTER_PASSWORD=my-secret-pw

0 commit comments

Comments
 (0)