mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-06 03:31:02 -06:00
Rename .env => example.env
This commit is contained in:
18
example.env
Normal file
18
example.env
Normal file
@@ -0,0 +1,18 @@
|
||||
# The location where your uploaded files are stored
|
||||
STORAGE_LOCATION=./data/storage
|
||||
|
||||
# The location where your database files are stored
|
||||
PG_DATA_LOCATION=./data/postgres
|
||||
|
||||
# PHYLUM_SERVER_HOST=
|
||||
# PHYLUM_SERVER_PORT=2448
|
||||
# PHYLUM_SERVER_CORS_ENABLED=0
|
||||
# PHYLUM_SERVER_CORS_ORIGINS=http://localhost:5000,http://localhost:5001
|
||||
# PHYLUM_SERVER_LOG_BODY=0
|
||||
# PHYLUM_SERVER_WEB_APP_SRC=web
|
||||
# PHYLUM_SERVER_PUBLINK_PATH=/publink
|
||||
# PHYLUM_SERVER_WEBDAV_PATH=/webdav
|
||||
|
||||
PHYLUM_DB_NAME=phylum
|
||||
PHYLUM_DB_USER=phylum
|
||||
PHYLUM_DB_PASSWORD=phylum
|
||||
Reference in New Issue
Block a user