Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 3920bf4

Browse files
feat(readme): add database and routes explanations
1 parent d872811 commit 3920bf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ The system is composed of three main parts:
4646

4747
- **Step 1**: Go to back and a create a \`config.toml\` file. Fill it based on the data in exemples/exemple_config:
4848
The `jwt_secret` is an ascii string.
49+
Create an `uri` (or copy for exemples/exemple_config) and fill it with `"sqlite+aiosqlite:///app.db"`.
50+
Each routes is defined following that structure: [routes.{service}]. The list of services can be found in back/app/routes.
4951
For each routes fill the `client_id` and `client_secret` with your own.
5052
Note for caldav/gmail/youtube, use the same `client_id`/`client_secret`. The `client_id` must finish with `.apps.googleusercontent.com`.
5153

52-
In the provider section, replace the client_id and client_secret with your client_id and client_secret. Repeat for every provider. (They can be found in back/app/routes)
5354

5455
- **Step 2**: Go to front and create a \`gradle.properties\` file. Fill it with the informations in exemples/exemple_gradle. Fill `RELEASE_STORE_PASSWORD` and `RELEASE_KEY_PASSWORD` with your own password. The two must have an identical one.
5556

0 commit comments

Comments
 (0)