refactor: remove some duplicated code
This commit is contained in:
4
lib/env.ts
Normal file
4
lib/env.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const SILVERBULLET_SERVER = Deno.env.get("SILVERBULLET_SERVER");
|
||||
export const REDIS_HOST = Deno.env.get("REDIS_HOST");
|
||||
export const REDIS_PASS = Deno.env.get("REDIS_PASS");
|
||||
export const TMDB_API_KEY = Deno.env.get("TMDB_API_KEY");
|
||||
Reference in New Issue
Block a user