-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternal.config
More file actions
19 lines (15 loc) · 961 Bytes
/
internal.config
File metadata and controls
19 lines (15 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# internal.config - basic project-specific defaults for HeadlessPI
# This file is read by `startup.sh` to populate values when not
# provided via the environment. Keep it simple: key=value pairs.
# Lines starting with '#' are comments.
# Git repository URL for updates to the startup script itself.
# Examples: https://github.com/owner/repo.git or git@github.com:owner/repo.git
STARTUP_REPO="https://github.com/mon4d/HeadlessPI"
# Label of the USB device to mount (optional). If blank, mount script
# will use defaults or try to find any USB.
USB_LABEL="PI_USB"
# Git repository URL that will be cloned/checked out later in startup.
# Examples: https://github.com/owner/repo.git or git@github.com:owner/repo.git
PROJECT_REPO="https://github.com/mon4d/Bilderrahmen"
# Path to virtual environment that will be activated
VIRTUAL_ENV="/home/bilderrahmen/.virtualenvs/pimoroni/bin/activate" # For example "/home/bilderrahmen/.virtualenvs/pimoroni/bin/activate"