You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
################################# File System configure #################################
123
+
# For the file storage type, please refer to datacap-fs-<Type>, which defaults to Local
124
+
# ------ Local File System ------ #
125
+
datacap.fs.type=Local
126
+
datacap.fs.access=
127
+
datacap.fs.secret=
128
+
datacap.fs.endpoint=
129
+
datacap.fs.bucket=
130
+
131
+
# ------ Qiniu File System ------#
132
+
#datacap.fs.type=Qiniu
133
+
#datacap.fs.access=
134
+
#datacap.fs.secret=
135
+
#datacap.fs.endpoint=
136
+
#datacap.fs.bucket=
137
+
138
+
# ------ Ali yun OSS File System ------#
139
+
#datacap.fs.type=AliOss
140
+
#datacap.fs.access=
141
+
#datacap.fs.secret=
142
+
#datacap.fs.endpoint=
143
+
#datacap.fs.bucket=
144
+
121
145
################################# Experimental features #################################
122
146
# This configuration is used to dynamically increase the total number of rows of returned data in SQL during query, and currently only takes effect for user-directed queries
123
147
# If the total number of rows returned is included in the SQL, it will not be automatically incremented
0 commit comments