-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (28 loc) · 1.54 KB
/
.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
27
28
29
30
31
32
33
34
# === Environment variables for MusicBrainz2Notion === #
# This file contains environment variables used to override the configuration
# of settings.toml.
# Replace the placeholders with your actual values or directly export these
# variables into your environment.
# === Notion API Key === #
# The API key for accessing your Notion workspace. This key must be generated
# by creating an integration in your Notion workspace (see
# https://developers.notion.com/docs/create-a-notion-integration#getting-started)
# and granting it the necessary page permissions.
# It has to be a Notion API key, not a token_v2 from a browser's cookie
# Note: Keep this key secure and do not share it publicly.
# MB2NT_NOTION_API_KEY=secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# === Notion Database IDs === #
# The IDs of the Notion databases duplicated from https://steel-pram-3bf.notion.site/El-Music-Box-2-0-10e20647c8df80368434ea6ac7208981
# To find the database ID with the link of the database:
# https://www.notion.so/<this_is_the_database_id>?v=<view_id>&pvs=4
# Artist database ID
# MB2NT_ARTIST_DB_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Release database ID
# MB2NT_RELEASE_DB_ID=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
# Track/Recording database ID
# MB2NT_TRACK_DB_ID=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
# === Fanart.tv API Key === #
# The API key for accessing Fanart.tv. This key is required to fetch artist
# images for the Notion database. You can obtain a free API key by signing up
# at https://fanart.tv/get-an-api-key.
# MB2NT_FANART_API_KEY=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy