Add monorepo scaffold and Appwrite cloud configuration

This commit is contained in:
Tiago Yamamoto 2025-12-11 18:01:19 -03:00
parent d3bc907bb3
commit fefc454653
5 changed files with 16 additions and 0 deletions

5
.env.example Normal file
View 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=

View file

11
appwrite.json Normal file
View 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
View file

0
landing/.gitkeep Normal file
View file