We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30d858 commit b2ca709Copy full SHA for b2ca709
1 file changed
README.md
@@ -33,8 +33,8 @@ For security, sensitive information like the bot password is stored as environme
33
### Setting up Variables and Secrets in Cloudflare
34
35
If deploying on your host with Environment Variables:
36
- - **Variable Name**: `BOT_HOST` (optional, default: 'yourserver.aternos.host')
37
- - **Variable Name**: `BOT_PORT` (optional, default: 64345)
+ - **Variable Name**: `BOT_HOST` (required, set as Secret)
+ - **Variable Name**: `BOT_PORT` (required, set as Secret)
38
- **Variable Name**: `BOT_USERNAME` (optional, default: 'PixelForgeStudio')
39
- **Variable Name**: `BOT_AUTH` (optional, default: 'offline')
40
- **Variable Name**: `BOT_PASSWORD` (required, set as Secret)
0 commit comments