initial commit
This commit is contained in:
parent
329991072f
commit
8643314e95
1 changed files with 8 additions and 0 deletions
8
config.example.js
Normal file
8
config.example.js
Normal file
|
|
@ -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";
|
||||
Loading…
Reference in a new issue