2 Commits
Author SHA1 Message Date
onyx_online 7ec51293e4 upd .envrc example 2026-03-21 00:45:54 +00:00
onyx_online 0e962e5aa0 run through formatter 2026-03-21 00:43:24 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ example .envrc:
```env
#!/usr/bin/env bash
export Q3RCON_CLI_HOST="localhost"
export Q3RCON_CLI_PORT="28960"
export Q3RCON_CLI_HOST=localhost
export Q3RCON_CLI_PORT=28960
export Q3RCON_CLI_PASSWORD="<rcon password>"
```
+1 -1
View File
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = "0.1.0"
__version__ = '0.1.0'