diff --git a/config.ts b/config.ts new file mode 100644 index 0000000..0400725 --- /dev/null +++ b/config.ts @@ -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/'