forked from mirror/pixelfed
sync
This commit is contained in:
parent
2e2ffc5519
commit
76e1199dc7
|
@ -15,6 +15,20 @@ Your folder should look like this
|
||||||
|
|
||||||
## Modifying your settings (`.env` file)
|
## Modifying your settings (`.env` file)
|
||||||
|
|
||||||
|
Minimum required settings to change is:
|
||||||
|
|
||||||
* `APP_NAME`
|
* `APP_NAME`
|
||||||
* `APP_DOMAIN`
|
* `APP_DOMAIN`
|
||||||
* `DB_PASSWORD`
|
* `DB_PASSWORD`
|
||||||
|
|
||||||
|
See the [`Configure environment variables`](https://docs.pixelfed.org/running-pixelfed/installation/#app-variables) documentation for details!
|
||||||
|
|
||||||
|
You need to mainly focus on following sections
|
||||||
|
|
||||||
|
* [App variables](https://docs.pixelfed.org/running-pixelfed/installation/#app-variables)
|
||||||
|
* [Email variables](https://docs.pixelfed.org/running-pixelfed/installation/#email-variables)
|
||||||
|
|
||||||
|
Since the following things are configured for you out of the box:
|
||||||
|
|
||||||
|
* `Redis`
|
||||||
|
* `Database` (except for `DB_PASSWORD`)
|
||||||
|
|
Loading…
Reference in New Issue