-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
unit.search.cfg
150 lines (146 loc) · 6.31 KB
/
unit.search.cfg
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#------------------------------------------------------------
# Fano CLI Application (https://fanoframework.github.io)
#
# @link https://github.com/fanoframework/fano-cli
# @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
# @license https://github.com/fanoframework/fano-cli/blob/master/LICENSE (GPL 3.0)
#-------------------------------------------------------------
#----------------------------------------------
# User configuration that applies to both
# development and production environment
# Please see Free Pascal Documentation for available
# compiler configurations
#----------------------------------------------
#----------------------------------------------
# Application Unit search path
# user application base directory
#----------------------------------------------
-Fusrc/Apps/Implementations
-Fusrc/Libs/File/Contracts
-Fusrc/Libs/File/Implementations
-Fusrc/Libs/Dir/Contracts
-Fusrc/Libs/Dir/Implementations
-Fusrc/Libs/List/Contracts
-Fusrc/Libs/List/Implementations
-Fusrc/Libs/KeyGen/Contracts
-Fusrc/Libs/KeyGen/Implementations
-Fusrc/Libs/Minifier/Contracts
-Fusrc/Libs/Minifier/Implementations
-Fusrc/Libs/Utils
-Fusrc/Tasks/Types
-Fusrc/Tasks/Contracts
-Fusrc/Tasks/Implementations/Base
-Fusrc/Tasks/Implementations/Null
-Fusrc/Tasks/Implementations/Null/Factories
-Fusrc/Tasks/Implementations/Writeln
-Fusrc/Tasks/Implementations/Writeln/Factories
-Fusrc/Tasks/Implementations/Info
-Fusrc/Tasks/Implementations/Config
-Fusrc/Tasks/Implementations/KeyGen
-Fusrc/Tasks/Implementations/KeyGen/Factories
-Fusrc/Tasks/Implementations/GuidGen
-Fusrc/Tasks/Implementations/GuidGen/Factories
-Fusrc/Tasks/Implementations/Text2Inc
-Fusrc/Tasks/Implementations/Text2Inc/Factories
-Fusrc/Tasks/Implementations/Project
-Fusrc/Tasks/Implementations/Project
-Fusrc/Tasks/Implementations/Project/Core
-Fusrc/Tasks/Implementations/Project/Core/Factories
-Fusrc/Tasks/Implementations/Project/Daemon
-Fusrc/Tasks/Implementations/Project/Daemon/Factories
-Fusrc/Tasks/Implementations/Project/Helper
-Fusrc/Tasks/Implementations/Project/Helper/Factories
-Fusrc/Tasks/Implementations/Project/Cgi
-Fusrc/Tasks/Implementations/Project/Cgi/Factories
-Fusrc/Tasks/Implementations/Project/FastCgi
-Fusrc/Tasks/Implementations/Project/FastCgi/Factories
-Fusrc/Tasks/Implementations/Project/Scgi
-Fusrc/Tasks/Implementations/Project/Scgi/Factories
-Fusrc/Tasks/Implementations/Project/Uwsgi
-Fusrc/Tasks/Implementations/Project/Uwsgi/Factories
-Fusrc/Tasks/Implementations/Project/Fcgid
-Fusrc/Tasks/Implementations/Project/Fcgid/Factories
-Fusrc/Tasks/Implementations/Project/Mhd
-Fusrc/Tasks/Implementations/Project/Mhd/Factories
-Fusrc/Tasks/Implementations/Project/Fpweb
-Fusrc/Tasks/Implementations/Project/Fpweb/Factories
-Fusrc/Tasks/Implementations/Project/Indy
-Fusrc/Tasks/Implementations/Project/Indy/Factories
-Fusrc/Tasks/Implementations/Project/NoGit
-Fusrc/Tasks/Implementations/Project/NoGit/Factories
-Fusrc/Tasks/Implementations/Project/NoCommit
-Fusrc/Tasks/Implementations/Project/NoCommit/Factories
-Fusrc/Tasks/Implementations/Session
-Fusrc/Tasks/Implementations/Session/Factories
-Fusrc/Tasks/Implementations/Controller
-Fusrc/Tasks/Implementations/Controller/Factories
-Fusrc/Tasks/Implementations/View
-Fusrc/Tasks/Implementations/View/Factories
-Fusrc/Tasks/Implementations/Model
-Fusrc/Tasks/Implementations/Model/Factories
-Fusrc/Tasks/Implementations/Mvc
-Fusrc/Tasks/Implementations/Mvc/Factories
-Fusrc/Tasks/Implementations/Middleware
-Fusrc/Tasks/Implementations/Middleware/Create
-Fusrc/Tasks/Implementations/Middleware/Create/Factories
-Fusrc/Tasks/Implementations/Middleware/Support
-Fusrc/Tasks/Implementations/Middleware/Support/Factories
-Fusrc/Tasks/Implementations/Decorator
-Fusrc/Tasks/Implementations/Composite
-Fusrc/Tasks/Implementations/InFanoProjectDirCheck
-Fusrc/Tasks/Implementations/NotInFanoProjectDirCheck
-Fusrc/Tasks/Implementations/EmptyDirCheck
-Fusrc/Tasks/Implementations/RootCheck
-Fusrc/Tasks/Implementations/StdoutCheck
-Fusrc/Tasks/Implementations/Minifier
-Fusrc/Tasks/Implementations/Minifier/Factories
-Fusrc/Tasks/Implementations/ChangeDir
-Fusrc/Tasks/Implementations/Duplicate
-Fusrc/Tasks/Implementations/Csrf
-Fusrc/Tasks/Implementations/Logger
-Fusrc/Tasks/Implementations/Daemon
-Fusrc/Tasks/Implementations/Daemon/SystemD
-Fusrc/Tasks/Implementations/Daemon/SystemD/Factories
-Fusrc/Tasks/Implementations/Deploy
-Fusrc/Tasks/Implementations/Deploy/Core
-Fusrc/Tasks/Implementations/Deploy/Core/Factories
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer/Contracts
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer/Apache
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer/Apache/Includes
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer/Nginx
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer/Nginx/Includes
-Fusrc/Tasks/Implementations/Deploy/Core/WebServer/Nginx/FcgidCheck
-Fusrc/Tasks/Implementations/Deploy/Cgi
-Fusrc/Tasks/Implementations/Deploy/Cgi/Factories
-Fusrc/Tasks/Implementations/Deploy/Fcgi
-Fusrc/Tasks/Implementations/Deploy/Fcgi/Factories
-Fusrc/Tasks/Implementations/Deploy/Fcgid
-Fusrc/Tasks/Implementations/Deploy/Fcgid/Factories
-Fusrc/Tasks/Implementations/Deploy/Scgi
-Fusrc/Tasks/Implementations/Deploy/Scgi/Factories
-Fusrc/Tasks/Implementations/Deploy/Uwsgi
-Fusrc/Tasks/Implementations/Deploy/Uwsgi/Factories
-Fusrc/Tasks/Implementations/Deploy/Http
-Fusrc/Tasks/Implementations/Deploy/Http/Factories
-Fusrc/Tasks/Implementations/Deploy/Balancer
-Fusrc/Tasks/Implementations/Deploy/Balancer/Factories
-Fusrc/Tasks/Implementations/Deploy/ScgiBalancer
-Fusrc/Tasks/Implementations/Deploy/ScgiBalancer/Factories
-Fusrc/Tasks/Implementations/Deploy/FcgiBalancer
-Fusrc/Tasks/Implementations/Deploy/FcgiBalancer/Factories
-Fusrc/Tasks/Implementations/Deploy/UwsgiBalancer
-Fusrc/Tasks/Implementations/Deploy/UwsgiBalancer/Factories
-Fusrc/Tasks/Implementations/Deploy/HttpBalancer
-Fusrc/Tasks/Implementations/Deploy/HttpBalancer/Factories
#-Fu$USER_APP_DIR$/path/to/other/units
#----------------------------------------------
# Executable output path
# $EXEC_OUTPUT_DIR$ environment variable contains
# directory where output executable. (Default is bin/out)
#----------------------------------------------
-FE$EXEC_OUTPUT_DIR$
#----------------------------------------------
# Unit output path, default it bin/unit
#----------------------------------------------
-FU$UNIT_OUTPUT_DIR$