mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-04 10:39:47 -06:00
27 lines
682 B
Bash
27 lines
682 B
Bash
# The location where your uploaded files are stored
|
|
DATA_ROOT=./data
|
|
|
|
# The location where your uploaded files are stored
|
|
# CONFIG_LOCATION=config.yml
|
|
|
|
# The location where your uploaded files are stored
|
|
# STORAGE_LOCATION=storage
|
|
|
|
# The location where your database files are stored
|
|
# PG_DATA_LOCATION=postgres
|
|
|
|
# PHYLUM_DEBUG=0
|
|
|
|
# PHYLUM_SERVER_HOST=
|
|
# PHYLUM_SERVER_PORT=2448
|
|
# PHYLUM_SERVER_CORS_ENABLED=0
|
|
# PHYLUM_SERVER_CORS_ORIGINS=http://localhost:5000,http://localhost:5001
|
|
# PHYLUM_SERVER_LOGBODY=0
|
|
# PHYLUM_SERVER_WEBAPPSRC=web
|
|
# PHYLUM_SERVER_PUBLINKPATH=/pub
|
|
# PHYLUM_SERVER_WEBDAVPATH=/webdav
|
|
|
|
# PHYLUM_DB_NAME=phylum
|
|
# PHYLUM_DB_USER=phylum
|
|
PHYLUM_DB_PASSWORD=phylum
|