mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-18 23:13:40 +00:00
Compare commits
2 Commits
v0.1.0
...
7ec51293e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ec51293e4 | |||
| 0e962e5aa0 |
@@ -49,8 +49,8 @@ example .envrc:
|
|||||||
```env
|
```env
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export Q3RCON_CLI_HOST="localhost"
|
export Q3RCON_CLI_HOST=localhost
|
||||||
export Q3RCON_CLI_PORT="28960"
|
export Q3RCON_CLI_PORT=28960
|
||||||
export Q3RCON_CLI_PASSWORD="<rcon password>"
|
export Q3RCON_CLI_PASSWORD="<rcon password>"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = "0.1.0"
|
__version__ = '0.1.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user