-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rewrite server to use mongo * update compose file * add backward compatibility * backward compatibility again * provide migration script * update documentation * update docs * clean up the script logs
- Loading branch information
1 parent
f1d591f
commit 25c1faf
Showing
6 changed files
with
404 additions
and
460 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
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,6 +1,6 @@ | ||
APPWRITE_KEY=XXXXXXXXXXXXXXXXXXXXXXXXX | ||
APPWRITE_ID=XXXXXXXXXXXXX | ||
APPWRITE_HOST=https://appwrite.shuchir.dev # Replace with your own host e.g. - https://cloud.appwrite.io | ||
APP_HOST=0.0.0.0 | ||
APP_PORT=6644 | ||
APP_DEBUG=True | ||
APP_DEBUG=True | ||
SENTRY_DSN= #(optional) | ||
FCM_PROJECT_ID= #(optional, but required for push/delete) | ||
MONGO_URI= |
Oops, something went wrong.