-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
52 lines (45 loc) · 1.09 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
####################
# Location
# example: /test/app/
####################
VUE_APP_PATH="/path/to/app/"
####################
# Home button
# set to empty string for no button:
####################
VUE_APP_HOME_URL="/"
VUE_APP_HOME_TEXT="Home"
####################
# Config menu
# “true” is active, everything else or empty string is not active
####################
VUE_APP_CONFIG_MENU_ACTIVE="true"
####################
# Show “today” timeline event
# “true” is yes, everything else or empty string is no
####################
VUE_APP_SHOW_TODAY="true"
####################
# Scaling
#set to empty string for no scaling:
####################
VUE_APP_SCALE="4000"
####################
# Google Analytics
####################
VUE_APP_GOOGLE_ANALYTICS_ID="G-XXXXXXX"
####################
# Data source:
####################
VUE_APP_DATA_SOURCE=""
####################
# INDEX HEAD:
####################
VUE_APP_TITLE=""
VUE_APP_DESCRIPTION=""
VUE_APP_AUTHOR=""
VUE_APP_SOCIAL_MEDIA_IMAGE=""
VUE_APP_SOCIAL_MEDIA_IMAGE_WIDTH=""
VUE_APP_SOCIAL_MEDIA_IMAGE_HEIGHT=""
VUE_APP_TITLE=""
VUE_APP_PATHS_TO_ICO=""