feat: add config
file
This commit is contained in:
parent
16c686a0bf
commit
f6343c7db4
6
config.ts
Normal file
6
config.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
/** Base url of cohabit forgejo instance */
|
||||
export const COHABIT_GIT_URL = Deno.env.get('COHABIT_GIT_URL') ??
|
||||
'https://git.cohabit.fr/'
|
||||
/** Portfolio base path (forgejo raw file path + branch name) */
|
||||
export const PORTFOLIO_BASE_URL = Deno.env.get('PORTFOLIO_BASE_URL') ??
|
||||
'.portfolio/raw/branch/main/'
|
Loading…
Reference in a new issue