kopia lustrzana https://github.com/Stopka/fedisearch
Fixed README.md
rodzic
7b43914b4c
commit
78857193c7
|
@ -11,10 +11,10 @@ Only fulltext search is currently supported. More precise filtering is planned f
|
||||||
Configuration is done using environmental variables:
|
Configuration is done using environmental variables:
|
||||||
|
|
||||||
| Variable | Description | Value example |
|
| Variable | Description | Value example |
|
||||||
|------------------------------|--------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
|
|------------------|--------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
|
||||||
| `POSTGRES_URL` | Postgres database uri | `postgresql://fedisearch:passwd@postgres:5432/fedisearch?schema=public` |
|
| `POSTGRES_URL` | Postgres database uri | `postgresql://fedisearch:passwd@postgres:5432/fedisearch?schema=public` |
|
||||||
| `NEXT_PUBLIC_MATOMO_URL` | Optional url of Matomo server for collecting usage statistics. Leaving it empty disables collecting analytics. | `https://matomo.myserver.tld` |
|
| `MATOMO_URL` | Optional url of Matomo server for collecting usage statistics. Leaving it empty disables collecting analytics. | `https://matomo.myserver.tld` |
|
||||||
| `NEXT_PUBLIC_MATOMO_SITE_ID` | Optional Matomo site id parameter for collecting usage statistics. Leaving it empty disables collecting analytics. | `8` |
|
| `MATOMO_SITE_ID` | Optional Matomo site id parameter for collecting usage statistics. Leaving it empty disables collecting analytics. | `8` |
|
||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue