-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (20 loc) · 748 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (20 loc) · 748 Bytes
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
# Server address
FLINTERNET_HOST=0.0.0.0
# Server port
FLINTERNET_PORT=8021
# Enables or disables disk caching
#FLINTERNET_DISK_CACHE=true
# Defines the amount of disk space (in megabytes) used for caching
#FLINTERNET_DISK_CACHE_LIMIT=1024
# Enables or disables RAM caching
#FLINTERNET_MEMORY_CACHE=true
# Defines the amount of RAM (in megabytes) used for caching
#FLINTERNET_MEMORY_CACHE_LIMIT=50
# Flinternet will use this DNS in case the system fails to resolve it, useful for limited environments
FLINTERNET_FALLBACK_DNS=1.1.1.1
# Preload next page
#FLINTERNET_PRELOAD=true
# Preload images on the next page as well
#FLINTERNET_PRELOAD_IMAGES=true
# Show internal errors on error pages to client
#FLINTERNET_SHOW_ERRORS_TO_CLIENT=true