mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
fix(server): race condition that created server panic.
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Remote Server Operations
|
||||
# Copy this file to .env and update values
|
||||
|
||||
# SSH connection string (user@host)
|
||||
SERVER=erupe@your-server.example.com
|
||||
|
||||
# Remote paths
|
||||
REMOTE_DIR=/home/erupe/Erupe
|
||||
REMOTE_LOGS=/home/erupe/Erupe/logs
|
||||
REMOTE_BIN=/home/erupe/Erupe/erupe-ce
|
||||
|
||||
# Local paths
|
||||
LOCAL_LOGS=./logs
|
||||
Reference in New Issue
Block a user