mirror of https://github.com/icedream/ts3bot.git
Add test setup.
parent
3001c3b88f
commit
da0c59b220
|
@ -0,0 +1,8 @@
|
||||||
|
version: '3.5'
|
||||||
|
|
||||||
|
services:
|
||||||
|
bot:
|
||||||
|
build: .
|
||||||
|
tty: true
|
||||||
|
volumes:
|
||||||
|
- ./testconfig:/config:ro
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"identity-path": "/config/t-id.ini",
|
||||||
|
"ts3-server": "ts3server://127.0.0.1",
|
||||||
|
"disable-file-logging": true,
|
||||||
|
"console-log-level": "debug"
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Identity]
|
||||||
|
id=TS3Bot
|
||||||
|
identity="983VzHoy79d7uYa5trXrKkEw7x/ap6ptE3VbCHhZBDZiRHpOWFhdUApcUQVrITJiXQJYKAF9ZFFAWitQc0Mie39xVwdCA1FsHGgEKDMBUQ0VIlVDAkMCDWV3EVYFeF4aDwFFXHMHd3ZEclpBaUVBdDhwcVF0VnNCWjhscTAxNDBtVjBuWWpCdzJiRVk3QUZSM3JDckxmVFdtVT0="
|
||||||
|
nickname=Icedream
|
||||||
|
phonetic_nickname=
|
Loading…
Reference in New Issue