mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
feat: Implement digital signatures for participant consent and introduce study forms management.
This commit is contained in:
@@ -16,7 +16,7 @@ export const env = createEnv({
|
||||
NODE_ENV: z
|
||||
.enum(["development", "test", "production"])
|
||||
.default("development"),
|
||||
|
||||
|
||||
// Minio/S3 Configuration
|
||||
MINIO_ENDPOINT: z.string().optional(),
|
||||
MINIO_REGION: z.string().optional(),
|
||||
@@ -43,7 +43,7 @@ export const env = createEnv({
|
||||
|
||||
DATABASE_URL: process.env.DATABASE_URL,
|
||||
NODE_ENV: process.env.NODE_ENV,
|
||||
|
||||
|
||||
// Minio/S3 Configuration
|
||||
MINIO_ENDPOINT: process.env.MINIO_ENDPOINT,
|
||||
MINIO_REGION: process.env.MINIO_REGION,
|
||||
|
||||
Reference in New Issue
Block a user