Skip to content

Commit ec8c0ec

Browse files
committed
improved the example env
1 parent c397fb2 commit ec8c0ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
#API KEY based authentication
12
ATLAN_BASE_URL=your_tenant_base_url
23
ATLAN_API_KEY=your_api_key
4+
5+
#OAuth based authentication
6+
ATLAN_BASE_URL=your_tenant_base_url
7+
ATLAN_OAUTH_CLIENT_ID=your_oauth_client_id
8+
ATLAN_OAUTH_CLIENT_SECRET=your_oauth_client_secret

0 commit comments

Comments
 (0)