From 8643314e950f5a31157e3a0aa92b5afb05517ad5 Mon Sep 17 00:00:00 2001 From: daemon Date: Mon, 16 Mar 2026 12:29:43 +0000 Subject: [PATCH] initial commit --- config.example.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.example.js diff --git a/config.example.js b/config.example.js new file mode 100644 index 0000000..a918db1 --- /dev/null +++ b/config.example.js @@ -0,0 +1,8 @@ +// cveutils config - copy to config.js and fill in your values +// ISC License + +export const FORGEJO_URL = "https://your.forgejo.instance"; +export const FORGEJO_TOKEN = "your_api_token_here"; +export const FORGEJO_USER = "youruser"; +export const SERVER_HOST = "yourserver"; // ssh alias in ~/.ssh/config +export const SRC_DIR = "/home/youruser/src";