Skip to content

Commit

Permalink
Config as YAML examples, ignore composer lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ronindesign committed Apr 7, 2018
1 parent 48354ec commit 7f7d1ba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Configuration files
.ts3config/*
!.ts3config/*.dist

# OS-specific
.DS_Store

# Composer libraries
composer.lock
vendor/

# Intellij project files
Expand Down
7 changes: 7 additions & 0 deletions .ts3config/mysql.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
server:
host: localhost
port: 3306
database: teamspeak
auth:
username: teamspeak
password: password
11 changes: 11 additions & 0 deletions .ts3config/teamspeak3.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
server:
host: localhost
ports:
voice: 9987
query: 10011
file: 30033
tsdns: 41144
auth:
query:
username: serveradmin
password: password

0 comments on commit 7f7d1ba

Please sign in to comment.