Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 449 Bytes

File metadata and controls

30 lines (22 loc) · 449 Bytes

Usage

The server systemd configuration is already setup - just do

git pull
systemctl restart repcheck

Configuration lives at /etc/systemd/system/repcheck.service

or just

systemctl show repcheck -p FragmentPath

Configuration

Need to set these on-server (don't check into git obv)

# .env
PLURAL_API_KEY = "abcdef"
POSTGRES_DB_PASSWORD = "abcdef"

Local Dev

uvicorn app.main:app --reload