mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 06:44:31 +02: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
|