docs(): update readme #2
parent
6da7238d17
commit
34d12f8b66
29
README.md
29
README.md
|
@ -66,22 +66,25 @@ Create an `.env` file with your environment variables :
|
||||||
```bash
|
```bash
|
||||||
# vim ~/.config/flarum/.env
|
# vim ~/.config/flarum/.env
|
||||||
|
|
||||||
UID=991 # Optional
|
# UID=991
|
||||||
GID=991 # Optional
|
# GID=991
|
||||||
|
|
||||||
FORUM_URL=https://forum.domain.tld/ # Required
|
# URL required
|
||||||
|
FORUM_URL=https://forum.domain.tld/
|
||||||
|
|
||||||
DB_HOST=mariadb # Optional
|
# DB_HOST=mariadb
|
||||||
DB_NAME=flarum # Optional
|
# DB_NAME=flarum
|
||||||
DB_USER=flarum # Optional
|
# DB_USER=flarum
|
||||||
DB_PASS=yyyyyyyy # Required
|
|
||||||
|
|
||||||
MAIL_FROM=noreply@domain.tld # Optional
|
# Database password required
|
||||||
MAIL_HOST=mail.domain.tld # Optional
|
DB_PASS=yyyyyyyy
|
||||||
MAIL_PORT=465 # Optional
|
|
||||||
MAIL_ENCR=ssl # Optional
|
# MAIL_FROM=noreply@domain.tld
|
||||||
MAIL_USER=admin@domain.tld # Optional
|
# MAIL_HOST=mail.domain.tld
|
||||||
MAIL_PASS=xxxxxxxx # Optional
|
# MAIL_PORT=465
|
||||||
|
# MAIL_ENCR=ssl
|
||||||
|
# MAIL_USER=admin@domain.tld
|
||||||
|
# MAIL_PASS=xxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3 - Docker-compose.yml
|
#### 3 - Docker-compose.yml
|
||||||
|
|
Loading…
Reference in New Issue