Browse Source

Merge pull request #29 from lubikx/master

Updated .env.example to show that STORAGE_DIR must end with /
pull/31/head
Aaron Parecki 5 years ago
committed by GitHub
parent
commit
5fa03895f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      compass/.env.example

+ 2
- 2
compass/.env.example View File

@ -6,10 +6,10 @@ BASE_URL=https://compass.example.com/
# Source code: https://github.com/aaronpk/Atlas
ATLAS_BASE=https://atlas.p3k.io/
# This is where the location data will be saved.
# This is where the location data will be saved, MAKE SURE PATH ENDS WITH /
# Compass will create a folder for each "database" you create after you log in.
# Make sure the web server or PHP process can write here.
STORAGE_DIR=/var/compass/data
STORAGE_DIR=/var/compass/data/
# Set APP_KEY to a 32 character string. This is used to encrypt session data.
# You can generate a string using the command `php artisan key:generate`

Loading…
Cancel
Save