-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from upperdo/develop
feat: events - appwrite initial
- Loading branch information
Showing
62 changed files
with
2,176 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
## Application Envs | ||
PUBLIC_APPWRITE_ENDPOINT="http://localhost/" | ||
PUBLIC_APPWRITE_API_VERSION="v1" | ||
PUBLIC_APPWRITE_PROJECT_ID="your-project-id" | ||
PUBLIC_SELECTED_PLATFORM="appwrite" | ||
PUBLIC_DEBUG= | ||
PUBLIC_DEBUG= | ||
|
||
## AppWrite CLI Bash Related ENV | ||
APPWRITE_SELF_SIGNED=true | ||
APPWRITE_SET_ENDPOINT=true | ||
APPWRITE_CLI_ENDPOINT=https://cloud.appwrite.io/v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.