mirror of
https://github.com/m1ngsama/automa.git
synced 2025-12-24 10:51:20 +00:00
feat: add TeamSpeak environment template
Provide .env.example for TeamSpeak configuration Ensures consistency across service deployments All services now have .env.example files
This commit is contained in:
parent
5be2155b3c
commit
594cdf586d
1 changed files with 3 additions and 0 deletions
3
teamspeak/.env.example
Normal file
3
teamspeak/.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# TeamSpeak Server Admin Password
|
||||||
|
# Change this to a strong password before deployment
|
||||||
|
TS3_ADMIN_PASSWORD=ChangeThisPassword123!
|
||||||
Loading…
Reference in a new issue