* Created website for the docs inside /docs * remove old docs and home page * fix wrong redirection path * remove most of the docs from the readme * fix docs path * undo package.json changes * remove unused images * rename "how to" route --------- Co-authored-by: Elias Schneider <login@eliasschneider.com>
1.5 KiB
1.5 KiB
id
| id |
|---|
| configuration |
Configuration
You can customize Pingvin Share like changing your domain by going to the configuration page in your admin dashboard /admin/config.
Environment variables
For installation specific configuration, you can use environment variables. The following variables are available:
Backend
| Variable | Default Value | Description |
|---|---|---|
PORT |
8080 |
The port on which the backend listens. |
DATABASE_URL |
file:../data/pingvin-share.db?connection_limit=1 |
The URL of the SQLite database. |
DATA_DIRECTORY |
./data |
The directory where data is stored. |
CLAMAV_HOST |
127.0.0.1 |
The IP address of the ClamAV server. |
CLAMAV_PORT |
3310 |
The port number of the ClamAV server. |
Frontend
| Variable | Default Value | Description |
|---|---|---|
PORT |
3000 |
The port on which the frontend listens. |
API_URL |
http://localhost:8080 |
The URL of the backend for the frontend. |