Skip to content

Commit e6c4f78

Browse files
authoredFeb 13, 2024··
Update .env-template
1 parent ace9453 commit e6c4f78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.env-template

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ NODE_ENV=development
22
APP_PORT=3399
33
APP_BASEPATH=/
44
APP_ORIGIN=http://localhost:3399
5-
OPEN_SEARCH_URI:http://my-opensearch-instance
6-
OPEN_SEARCH_USERNAME: username
7-
OPEN_SEARCH_PASSWORD: password
5+
OPEN_SEARCH_URI=http://my-opensearch-instance
6+
OPEN_SEARCH_USERNAME=username
7+
OPEN_SEARCH_PASSWORD=password

0 commit comments

Comments
 (0)
Please sign in to comment.