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";