-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles-example.clj
More file actions
executable file
·23 lines (23 loc) · 1.79 KB
/
profiles-example.clj
File metadata and controls
executable file
·23 lines (23 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{:dev-env-vars {:env {:database-url "jdbc:mysql://root:123456@172.17.0.1:4442/bolha_musical?useLegacyDatetimeCode=false&serverTimezone=Etc/UCT"
:rocket-chat-base-url "http://localhost:3080"
:spotify-client-id "sdasdsadasdsadsadsadasdsadsadasdsa"
:spotify-client-secret "sadasdasdasdasdsadsadsadasdsadsadsasad"
:spotify-auth-encoded "Basic sssssssssssssssssssssssssssssssssssssssssssssssssss="
:spotify-redirect-uri "http://10.0.0.108:3001/api/v1/spotify/login/callback"
:sendinblue-user-login "root"
:sendinblue-user-password "123456"
:auth-key "xsfafsssssssssssssssssssssssssssssssssssssssssssssssssssssss"
:redis-url "redis://172.17.0.1:9475"
:rocket-chat-admin-id "aasdsdsadsadsadas"
:rocket-chat-admin-username "user"
:rocket-chat-admin-password "123456"}
:ring {:open-browser? false}}
:test-env-vars {:env {:database-url "jdbc:mysql://root:123456@172.17.0.1:4443/bolha_musical"
:spotify-client-id "sdfdsfsddddddddddddfdsfsdfsdfsdf"
:spotify-client-secret "11111111111111111111111111111"
:spotify-auth-encoded "Basic MDAxMmY4MmE4MjQ="
:spotify-redirect-uri "http://10.0.0.108:3001/api/spotify/login/callback"
:sendinblue-user-login "root"
:sendinblue-user-password "123456"
:auth-key ""
}}}