Skip to content
Snippets Groups Projects
Commit 7eb24c6d authored by derneuere's avatar derneuere
Browse files

Remove old environment variables

parent a3dc026b
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,6 @@
# Location of your photos.
myPhotos=./librephotos/pictures
# Comma delimited list of patterns to ignore (e.g. "@eaDir,#recycle" for synology devices)
skipPatterns=
# The location where you would like to store the log files. The full path must exist as it will not be created for you.
logLocation=./librephotos/logs/
......@@ -31,11 +28,7 @@ userPass=admin
# Email for the administrative user.
adminEmail=admin@example.com
# Database host. Only change this if you want to use your own existing Postgres server. If using your own server, you can remove the 'db' container from docker-compose.yml. If you're changing the name of the DB's container name (DB_CONT_NAME further down), you need to set this variable to match that name too.
dbHost=db
# Allow uploading files
allowUpload=true
# Secret Key. Get one here https://rb.gy/emgmwo (Shortened random.org link)
shhhhKey=D2VymuMn2gAhx4tmAawd
......@@ -46,9 +39,8 @@ httpPort=3000
# Wow, we are at the optional now. Pretty easy so far. You do not have to change any of the below.
# Do you want to see on a map where all your photos where taken (if a location is stored in your photos)
# Get a Map box API Key https://account.mapbox.com/auth/signup/
mapApiKey=
# Database host. Only change this if you want to use your own existing Postgres server. If using your own server, you can remove the 'db' container from docker-compose.yml. If you're changing the name of the DB's container name (DB_CONT_NAME further down), you need to set this variable to match that name too.
dbHost=db
# What branch should we install the latest weekly build or the development branch (dev)
tag=latest
......@@ -68,10 +60,6 @@ dbPass=AaAa1234
# Each worker needs 800MB of RAM. Change at your own will. Default is 2.
gunniWorkers=2
# Number of workers, when scanning pictures. This setting can dramatically affect the ram usage.
# Each worker needs 800MB of RAM. Change at your own will. Default is 1.
HEAVYWEIGHT_PROCESS=1
# Default minimum rating to interpret as favorited. This default value is used when creating a new user.
# Users can change this in their settings (Dashboards > Library).
DEFAULT_FAVORITE_MIN_RATING=4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment