From 15eac79123cd32affc3624302f96833d7a9743c7 Mon Sep 17 00:00:00 2001 From: maximesrd Date: Mon, 22 Oct 2018 20:17:27 +0200 Subject: [PATCH] Adding MIGRATION_DIRECTORY --- docs/ENV-VARS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ENV-VARS.md b/docs/ENV-VARS.md index 9206a40..c373adb 100644 --- a/docs/ENV-VARS.md +++ b/docs/ENV-VARS.md @@ -7,6 +7,7 @@ Here are the variables that Plume uses: - `BASE_URL`: the domain name, or IP and port on which Plume is listening. It is used in all federation-related code. - `DATABASE_URL`: the URL of the PostgreSQL database, used by Plume (`postgres://plume:plume@localhost/plume` by default with PostgreSQL, `plume.db` with SQlite). +- `MIGRATION_DIRECTORY`: The folder that stores the migration files for the database, migrations/postgres for PostgreSQL database or migrations/sqlite for SQlite database. - `USE_HTTPS`: if it is `0`, federation and medias will be using HTTP by default (`1` by default). - `ROCKET_ADDRESS`: the adress on which Plume should listen (`0.0.0.0` by default). - `ROCKET_PORT`: the port on which Plume should listen ([`7878` by default](https://twitter.com/ag_dubs/status/852559264510070784))