-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathconfig.json
35 lines (35 loc) · 1.08 KB
/
config.json
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
{
"serverless-cloud-function-application": {
"Chinese": {
"name": "Nextjs Authing SSO 应用模版",
"description": "本示例展示如何快速部署一个 Nextjs Authing SSO 应用服务。",
"attention": "无",
"tutorial": "https://cloud.tencent.com/document/product/1242/47244",
"author": {
"name": "Authing"
}
},
"English": {
"name": "Nextjs Authing SSO Demo",
"description": "This example shows how to deploy an Nextjs Authing SSO demo to Serverless",
"attention": "None",
"tutorial": " ",
"author": {
"name": "Authing"
}
},
"runtime": "Nodejs10.15",
"type": "app",
"readme": "https://github.com/serverless-components/tencent-examples/tree/master/nextjs-starter",
"version": "1.3.8",
"tags": [
"Nextjs",
"APIGW",
"SCF",
"web",
"hot",
"SSO",
"Authing"
]
}
}