10 lines
241 B
Bash
10 lines
241 B
Bash
ORCID_CLIENT_ID=123412341234
|
|
ORCID_CLIENT_SECRET=123412341234
|
|
|
|
API_KEY_NAME=X-API-Key
|
|
API_KEY_VALUE=123412341234
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres@db:5432/orcid_db
|
|
REDIS_URL=redis://redis:6379/0
|
|
|
|
BASE_URL=http://localhost:8000/api |