forked from stargate/stargate-mongoose-sample-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
26 lines (23 loc) · 811 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Flag to specify whether the remote endpoint is Astra or not.
# true - if connecting to an AstraDB
# false - if not connecting to an AstraDB and connecting to a local/remote jsonapi instead
IS_ASTRA=
#OPENAI api key
OPENAI_API_KEY=
#Fill the Local JSON API related details only when IS_ASTRA is set to 'false'
#Local JSON API URL for example: http://127.0.0.1:8181/v1/ecommerce_test where 'ecommerce_test' is the keyspace name
JSON_API_URL=
#Auth URL for example: http://127.0.0.1:8081/v1/auth
JSON_API_AUTH_URL=
#Auth username and password
JSON_API_AUTH_USERNAME=
JSON_API_AUTH_PASSWORD=
#Fill the ASTRA DB related details only when IS_ASTRA is set to 'true'
#Astra DB Id
ASTRA_DBID=
#Astra DB Region
ASTRA_REGION=
#Astra DB Keyspace
ASTRA_KEYSPACE=
#Astra DB Application Token
ASTRA_APPLICATION_TOKEN=