10 lines
297 B
Bash
10 lines
297 B
Bash
# Tools for A Feminist Audit of Pop Music.
|
|
# Copyright 2026 imacat. All rights reserved.
|
|
# Authors:
|
|
# imacat@mail.imacat.idv.tw (imacat), 2026/7/31
|
|
|
|
# The SQLAlchemy database URL.
|
|
SQLALCHEMY_DATABASE_URL="postgresql://user:password@host/db"
|
|
# The Anthropic API key
|
|
ANTHROPIC_API_KEY=sk-ant-...
|