hugo-medialog/env.sample

22 lines
765 B
Plaintext
Raw Normal View History

2024-10-08 19:08:01 +00:00
# Secrets and API Keys
2024-10-09 19:05:40 +00:00
TRAKT_CLIENT_ID=your_trakt_client_id
TRAKT_CLIENT_SECRET=your_trakt_client_secret
TRAKT_REDIRECT_URI=your_trakt_redirect_uri
2024-10-08 19:08:01 +00:00
IMDB_API_KEY=your_imdb_api_key
IGDB_API_KEY=your_igdb_api_key
ISBNDB_API_KEY=your_isbndb_api_key
FANART_API_KEY=your_fanart_api_key
SPOTIFY_API_KEY=your_spotify_api_key
2024-10-09 09:12:44 +00:00
# PATH to Obisdian files where the information is
OBSIDIAN_BOOKS_FILE=/path/to/your/obsidian/books.yml.md
OBSIDIAN_GAMES_FILE=/path/to/your/obsidian/games.yml.md
OBSIDIAN_MOVIES_FILE=/path/to/your/obsidian/movies.yml.md
OBSIDIAN_MUSIC_FILE=/path/to/your/obsidian/music.yml.md
OBSIDIAN_SERIES_FILE=/path/to/your/obsidian/series.yml.md
2024-10-08 19:08:01 +00:00
2024-10-09 09:12:44 +00:00
# Other directories
2024-10-08 19:08:01 +00:00
MARKDOWN_OUTPUT_DIR=output/markdown
IMAGES_OUTPUT_DIR=output/images
TEMPLATES_DIR=templates