homework/conf.json

17 lines
381 B
JSON
Raw Permalink Normal View History

2024-06-04 16:29:53 +00:00
{
"user": "Denys",
"email": "denys@mpabi.pl",
"remotes": [
{
"name": "r",
"protocol": "http",
"domain": "qstack.pl",
"port": "3000",
2024-06-03 18:44:06 +00:00
"token_name": "t",
"token": "a12b9583297c6bce982d9894a48714c7c2b9f73d",
2024-06-04 16:29:53 +00:00
"group": "1i-2023",
"project": "homework"
}
]
2024-06-04 17:31:06 +00:00
}