-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
19 lines (14 loc) · 750 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (14 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ralph Dashboard runtime configuration template
# Copy values into ~/.config/ralph-dashboard/env or pass equivalents via environment.
# Required: generate a secure random key.
# Example: python3 -c "import secrets; print(secrets.token_urlsafe(48))"
RALPH_SECRET_KEY=replace-with-random-secret
# One or more project roots to scan for .ralph/ directories.
# Use ':' on Linux/macOS, ';' on Windows, or a comma-separated list.
RALPH_PROJECT_DIRS=/home/you/projects
# Backend listen port.
RALPH_PORT=8420
# Credentials file written by `ralph-dashboard init`.
RALPH_CREDENTIALS_FILE=/home/you/.config/ralph-dashboard/credentials.yaml
# Optional override to serve a custom frontend build.
# RALPH_FRONTEND_DIST=/home/you/ralph-dashboard/frontend/dist