digital ocean spaces/aws S3 integratoin
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NEXTAUTH_SECRET: string;
|
||||
DATABASE_URL: string;
|
||||
NEXTAUTH_URL: string;
|
||||
PAGINATION_TAKE_COUNT: string;
|
||||
STORAGE_FOLDER?: string;
|
||||
IS_CLOUD_INSTANCE?: true;
|
||||
SPACES_KEY?: string;
|
||||
SPACES_SECRET?: string;
|
||||
SPACES_ENDPOINT?: string;
|
||||
BUCKET_NAME?: string;
|
||||
SPACES_REGION?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user