Add monorepo scaffold and Appwrite cloud configuration
This commit is contained in:
parent
d3bc907bb3
commit
fefc454653
5 changed files with 16 additions and 0 deletions
5
.env.example
Normal file
5
.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
|
||||
APPWRITE_PROJECT_ID=
|
||||
APPWRITE_API_KEY=
|
||||
APPWRITE_FUNCTIONS_ENDPOINT=
|
||||
APPWRITE_FUNCTIONS_API_KEY=
|
||||
0
appwrite-functions/.gitkeep
Normal file
0
appwrite-functions/.gitkeep
Normal file
11
appwrite.json
Normal file
11
appwrite.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"provider": "appwrite-cloud",
|
||||
"description": "Appwrite Cloud configuration for DevOps orchestration platform",
|
||||
"endpoint": "${APPWRITE_ENDPOINT}",
|
||||
"projectId": "${APPWRITE_PROJECT_ID}",
|
||||
"apiKey": "${APPWRITE_API_KEY}",
|
||||
"functions": {
|
||||
"defaultRuntime": "deno-1.35",
|
||||
"source": "./appwrite-functions"
|
||||
}
|
||||
}
|
||||
0
dashboard/.gitkeep
Normal file
0
dashboard/.gitkeep
Normal file
0
landing/.gitkeep
Normal file
0
landing/.gitkeep
Normal file
Loading…
Reference in a new issue