14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"profiles": {
|
|
"EventBot": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"dbconnection": "Server=localhost;Database=eventbot;User=root;Password=tux;",
|
|
"token": "<insert Token here>"
|
|
}
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker"
|
|
}
|
|
}
|
|
} |