Files
EventDiscordBot/EventBot/Properties/launchSettings.json
Karolis2011 4125545257 Docker file
2019-06-19 00:01:58 +03:00

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"
}
}
}