This repository was archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRocket.toml
More file actions
45 lines (36 loc) · 1.92 KB
/
Copy pathRocket.toml
File metadata and controls
45 lines (36 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[development]
port = 8000
[global.databases]
diesel_postgres_pool = { url = "postgres://rocket:rocket@localhost/rocket" }
[global.jwt]
secret = "zRXL2u7hw84MTir+ZMjIGg=="
[global.api-key]
sync_api_key = "gzm4gHdtlX5VfwJecb1loZ7lA46Zhf8Gt4Y1z34SY3t5CRJ78kgb5A89B0JdRZek"
[global.oauth.github]
provider = "GitHub"
client_id = "03a9957abbca4bcbee47"
client_secret = "e71b332de2e3cfbf15bcf3cff3dd78cbdbccbcfa"
redirect_uri = "http://localhost:8000/services/gtm/api/oauth/github/callback"
[global.oauth.gitlab]
provider = { auth_uri = "https://gitlab.com/oauth/authorize", token_uri = "https://gitlab.com/oauth/token" }
client_id = "552bd6e872cfa02bafb92bc306e21fff465eddd9474826755685ad8a28197405"
client_secret = "afecadc90e676415053ff1697956f9efcaebb6e611c845774f921e0c88766d75"
redirect_uri = "http://localhost:8000/services/gtm/api/oauth/gitlab/callback"
[global.oauth.gitlab-taltech]
provider = { auth_uri = "https://gitlab.cs.ttu.ee/oauth/authorize", token_uri = "https://gitlab.cs.ttu.ee/oauth/token" }
client_id = "e155b5e0f2956471caee631ba3b7b8a8dc288648fe9c3ddc8641cfac7fe09c40"
client_secret = "a03fbe033f5918125d0ee0df7d64bf46c4ba0a69d47f0189d20b528405f076a9"
redirect_uri = "http://localhost:8000/services/gtm/api/oauth/gitlab-taltech/callback"
[global.oauth.bitbucket]
provider = { auth_uri = "https://bitbucket.org/site/oauth2/authorize", token_uri = "https://bitbucket.org/site/oauth2/access_token" }
client_id = "ucRMVA3nk7jZvz8Suc"
client_secret = "gNRCNSNHbb8pduWMj87HWQkMh7TjDACn"
redirect_uri = "http://localhost:8000/services/gtm/api/oauth/bitbucket/callback"
[global.oauth.microsoft]
provider = "Microsoft"
client_id = "2bcef526-4611-4cb2-a9f0-6668644b9935"
client_secret = "AOBO4WlISz_f.25u7ky3zN~6g_Eb-u83sJ"
redirect_uri = "http://localhost:8000/services/gtm/api/oauth/microsoft/callback"
[global.oauth]
login_redirect = "http://localhost:3000/services/gtm/front/login"
register_redirect = "http://localhost:3000/services/gtm/front/profile"