feat: add config file

This commit is contained in:
Julien Oculi 2024-06-04 13:10:11 +02:00
parent 16c686a0bf
commit f6343c7db4

6
config.ts Normal file
View 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/'