mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 23:54:33 +01:00
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
# 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
|