-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
79 lines (77 loc) · 2.47 KB
/
Copy pathconfig.yaml
File metadata and controls
79 lines (77 loc) · 2.47 KB
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
debug: true
server:
host: "0.0.0.0"
address: "9123"
oidcProvider:
host: "0.0.0.0"
port: "3846"
context:
timeout: 10
dir:
oidc:
path: "static/oidc/queryschema"
schema:
path: "static/schema"
dbPath: "static/schema/prismaDB"
sdk:
src: "static/sdk/src"
dst: "static/sdk/dst"
Hooks:
globalPrefix: "wundergraph/.wundergraph/hooks/global"
authGlobalPrefix: "wundergraph/.wundergraph/hooks/auth"
operationsPrefix: "wundergraph/.wundergraph/hooks/operations"
customizePrefix: "wundergraph/.wundergraph/hooks/customize"
mockPrefix: "wundergraph/.wundergraph/hooks/mock"
newHookPath: "wundergraph/.wundergraph/new_hook"
uploadPath:
oasPath: "static/upload/oas"
ossUploadPath: "static/upload/oss"
operationsSettingPath:
operationPrefix: "static/operateapi/setting"
operateAPIPath:
prefix: "wundergraph/.wundergraph/operations"
wunderGraphPath:
generated: "wundergraph/.wundergraph/generated"
settingDirPath: "static/setting"
globalConfigDirPath: "static/config"
wdgLogDirPath: "static/log"
webStaticFront: "static/front"
tpldirPathFront: "static/tpl"
wdgStartDir: "wundergraph/.wundergraph"
draftPath: "static/draft"
file:
indexDBIDJsonPath: "static/schema/index_db_id.json"
oauthLinkerPath: "static/oauth/linker.json"
oauthLinkerDefaultPath: "static/oauth/linker_default.json"
oauthLoginBrandPath: "static/oauth/login_brand.json"
oauthLoginConfigPath: "static/oauth/login_config.json"
oauthOauthConfigPath: "static/oauth/other_config.json"
moduleSchemaPath: "static/schema/module_schema.prisma"
defaultOauthDBPath : "static/oauth_default.db"
schemaPath: "schema.prisma"
database:
driverName: "sqlite3"
dataSourceName: "wundergraph/.wundergraph/fire_boom_v3.db"
Hooks:
suffix: ".ts"
operateAPIPath:
suffix: ".graphql"
switchOff: ".off"
switchOn: ""
operationsSettingPath:
globalPrefix: "static/operateapi/global_setting"
settingPath: "static/setting/setting.json"
globalConfigPath: "static/config/global_config.json"
logPath:
wdg: "static/log/wdg.txt"
hook: "static/log/hook.txt"
wunderGraphSyncer:
configTPL: "static/tpl/config.txt"
configFile: "wundergraph/.wundergraph/wundergraph.config.ts"
serverTPL: "static/tpl/server.txt"
serverFile: "wundergraph/.wundergraph/wundergraph.server.ts"
operationTPL: "static/tpl/operations.txt"
operationFile: "wundergraph/.wundergraph/wundergraph.operations.ts"
fileType:
json: "json"
yaml: "yaml"