forked from projects/fipamo
enviroment config template updated
the example file containing environment variables was updated to include fipamo specific settings
This commit is contained in:
parent
91aa2703b6
commit
b268bfb49e
1 changed files with 9 additions and 0 deletions
|
@ -57,3 +57,12 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
|
|||
VITE_PUSHER_PORT="${PUSHER_PORT}"
|
||||
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
|
||||
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||
|
||||
#------------------
|
||||
# FIPAMO SETTINGS
|
||||
#------------------
|
||||
PAGES_PATH="path/to/pages"
|
||||
THEMES_PATH="path/to/themes"
|
||||
SETTINGS_PATH="path/to/settings.json"
|
||||
FOLKS_PATH="path/to/folks.json"
|
||||
TAGS_PATH="path/to/tag.json"
|
||||
|
|
Loading…
Reference in a new issue