its-me-abhishek / ccsync-docs

https://its-me-abhishek.github.io/ccsync-docs/
MIT License
1 stars 0 forks source link

Add more explanation about CCSync and its components #1

Open its-me-abhishek opened 1 week ago

its-me-abhishek commented 1 week ago
sternj commented 1 week ago

So in this case, what is the difference between origin from the flutter app and CONTAINER_ORIGIN in this container environment?

its-me-abhishek commented 1 week ago

the origin in the flutter app is a placeholder (atleast for now until we update the backend to have the container origin to be a parameter) so it can be anything but null as we need a parameter while making API calls.

The CONTAINER_ORIGIN refers to the taskchampion sync server containers' url that you're using to sync across all your devices.

its-me-abhishek commented 1 week ago

I've added comments about the variables in the index.md in the latest commit.