Files
chopin-frontend/public/information.json
Raphix bc72044270
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 31s
Version 1.0.0-rc6 - Modif Information.json
2025-08-29 11:44:29 +02:00

14 lines
870 B
JSON

{
"discord": {
"development": "https://discord.com/oauth2/authorize?client_id=1342913183744004158&response_type=code&redirect_uri=http%3A%2F%2F192.168.1.77%3A8080%2Fredirect&scope=identify",
"production": "https://discord.com/oauth2/authorize?client_id=1094727789682380922&response_type=code&redirect_uri=https%3A%2F%2Fsubsonics.raphix.fr%2Fredirect&scope=identify"
},
"backend": {
"development": "http://192.168.1.77:3000",
"production": "https://backend.subsonics.raphix.fr"
},
"bot_invite": {
"development": "https://discord.com/api/oauth2/authorize?client_id=1342913183744004158&permissions=40546675842624&scope=bot%20applications.commands",
"production": "https://discord.com/api/oauth2/authorize?client_id=1094727789682380922&permissions=40546675842624&scope=bot%20applications.commands"
}
}