srilakshu012456 commited on
Commit
4c0a264
·
verified ·
1 Parent(s): fea1ef0

Upload .env

Browse files
Files changed (1) hide show
  1. .env +35 -0
.env ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GEMINI_API_KEY="AIzaSyCxNgFpVDTCEywjer8rMWPniuAvBtTqwp0"
2
+ SERVICENOW_INSTANCE_URL="https://dev336915.service-now.com"
3
+ SERVICENOW_CLIENT_ID="bef0b49cdebc4092bd4ea63529879e6a"
4
+ SERVICENOW_CLIENT_SECRET="w5-y.xE3zfFs]L(tnlH)@z8`1nX!X)o~"
5
+
6
+ SERVICENOW_CLOSE_CODE="Solution provided"
7
+ SERVICENOW_RESOLUTION_NOTES="Issue resolved, user confirmed"
8
+ SERVICENOW_CALLER_SYSID="6816f79cc0a8016401c5a33be04be441"
9
+
10
+ # If your org enforces a transition first:
11
+ SERVICENOW_REQUIRE_IN_PROGRESS_FIRST=true
12
+
13
+ # If your instance uses custom field names for Resolution code/notes:
14
+ # (Only if the default fails and your dictionary shows custom names)
15
+ SERVICENOW_RESOLUTION_CODE_FIELD="u_resolution_code"
16
+ SERVICENOW_RESOLUTION_NOTES_FIELD="u_resolution_notes"
17
+
18
+ # Strongly recommended (some BRs require it). If not set, we fallback to Caller:
19
+ SERVICENOW_RESOLVED_BY_SYSID="6816f79cc0a8016401c5a33be04be441"
20
+ SERVICENOW_ASSIGNMENT_GROUP_SYSID="d625dccec0a8016700a222a0f7900d06"
21
+ SERVICENOW_SSL_VERIFY=false
22
+
23
+ # Gemini default: keep verification ON
24
+ GEMINI_SSL_VERIFY=true
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+