-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfire.next.yaml
44 lines (41 loc) · 1.38 KB
/
fire.next.yaml
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
# ____ _ ___ ____ _____ _
# | _ \ ___| |__ ___ _ __ _ __ / _ \/ ___| | ___(_)_ __ ___
# | |_) / _ \ '_ \ / _ \| '__| '_ \| | | \___ \ | |_ | | '__/ _ \
# | _ < __/ |_) | (_) | | | | | | |_| |___) | | _| | | | | __/
# |_| \_\___|_.__/ \___/|_| |_| |_|\___/|____/ |_| |_|_| \___|
#
# RebornOS Fire v1.0.0-rc.4 (Shiny Cat Bush) Configuration File
# Private Bin Configuration
privateBin:
# Request will be sent to this server first
# Type: String
# Default: https://paste.rebornos.org
primaryServer: https://paste.rebornos.org
# Request will be sent to this server if the primary one throws an error or is not available
# Type: String
# Default: https://bin.byreqz.de
fallbackServer: https://bin.byreqz.de
# Copy link to clipboard after generation
# Type: Boolean
# Default: true
autoCopyToClipboard: true
# Expiry time for the paste
# Type: String
# Default: 1week
# Possible values: 5min | 10min | 1hour | 1day | 1week
expiryTime: 1week
# Logs Configuration
logs:
# Type: String
# Default: /tmp
path: /tmp
# Miscellaneous Configuration
misc:
# Should fire confirm before exiting if there are active tasks
# Type: Boolean
# Default: true
confirmBeforeExit: true
# Should fire always confirm before exiting (even if there are no active tasks)
# Type: Boolean
# Default: false
alwaysConfirmBeforeExit: false