Docker file

This commit is contained in:
Karolis2011
2019-06-19 00:01:58 +03:00
parent 8de5e47783
commit 4125545257
5 changed files with 60 additions and 4 deletions

View File

@@ -3,8 +3,12 @@
"EventBot": {
"commandName": "Project",
"environmentVariables": {
"dbconnection": "Server=localhost;Database=eventbot;User=root;Password=tux;",
"token": "<insert Token here>"
}
},
"Docker": {
"commandName": "Docker"
}
}
}