File tree 5 files changed +0
-50
lines changed
5 files changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,3 @@ GOOGLE_CLIENT_SECRET=""
29
29
QSTASH_TOKEN = " "
30
30
QSTASH_CURRENT_SIGNING_KEY = " "
31
31
QSTASH_NEXT_SIGNING_KEY = " "
32
-
33
- # Kafka (Prod only)
34
-
35
- KAFKA_BROKER_URL = " "
36
- KAFKA_USERNAME = " "
37
- KAFKA_PASSWORD = " "
Original file line number Diff line number Diff line change 46
46
"@trpc/client" : " next" ,
47
47
"@trpc/react-query" : " next" ,
48
48
"@trpc/server" : " next" ,
49
- "@upstash/kafka" : " 1.3.5" ,
50
49
"ai" : " 2.1.17" ,
51
50
"apexcharts" : " ^3.45.2" ,
52
51
"axios" : " 1.4.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ export const env = createEnv({
29
29
. string ( )
30
30
. transform ( ( value ) => value === 'true' )
31
31
. default ( 'true' ) ,
32
- KAFKA_BROKER_URL : z . string ( ) . optional ( ) ,
33
- KAFKA_USERNAME : z . string ( ) . optional ( ) ,
34
- KAFKA_PASSWORD : z . string ( ) . optional ( ) ,
35
32
} ,
36
33
client : {
37
34
NEXT_PUBLIC_VERCEL_URL : z . string ( ) . url ( ) . min ( 1 ) ,
@@ -64,9 +61,6 @@ export const env = createEnv({
64
61
QSTASH_NEXT_SIGNING_KEY : process . env . QSTASH_NEXT_SIGNING_KEY ,
65
62
QSTASH_PUBLISH_MESSAGES : process . env . QSTASH_PUBLISH_MESSAGES ,
66
63
QSTASH_VALIDATE_SIGNATURE : process . env . QSTASH_VALIDATE_SIGNATURE ,
67
- KAFKA_BROKER_URL : process . env . KAFKA_BROKER_URL ,
68
- KAFKA_USERNAME : process . env . KAFKA_USERNAME ,
69
- KAFKA_PASSWORD : process . env . KAFKA_PASSWORD ,
70
64
} ,
71
65
emptyStringAsUndefined : true ,
72
66
} )
You can’t perform that action at this time.
0 commit comments