mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-15 02:32:21 +01:00
feat: add systemd installation
This commit is contained in:
2
config/.env
Normal file
2
config/.env
Normal file
@@ -0,0 +1,2 @@
|
||||
export RCOND_ADDR=0.0.0.0:8080
|
||||
export RCOND_API_TOKEN=your_api_token
|
||||
5
config/rcond.yaml
Normal file
5
config/rcond.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
rcond:
|
||||
# Address to bind the HTTP server to
|
||||
addr: 0.0.0.0:8080
|
||||
# API token to use for authentication
|
||||
api_token: 1234567890
|
||||
Reference in New Issue
Block a user