-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.envrc.sample
More file actions
33 lines (27 loc) · 1011 Bytes
/
.envrc.sample
File metadata and controls
33 lines (27 loc) · 1011 Bytes
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
# AWS Credentials
export AWS_ACCESS_KEY_ID=pdf_accessibility_api # Default value for MinIO in the docker compose environment
export AWS_SECRET_ACCESS_KEY=pdf_accessibility_api # Default value for MinIO in the docker compose environment
export AWS_REGION="us-east-1"
# S3 Bucket Info
export S3_ENDPOINT=http://docker.for.mac.localhost:9000 # Do not set if connecting to the real AWS S3 bucket
export S3_BUCKET_NAME=pdf_accessibility_api # Default value for MinIO in the docker compose environment
# Alt Text Gem Info
export LLM_MODEL=default
# OAuth
export ADMIN_USERS_ROLE=
export AUTHORIZED_USERS_ROLE=
export AZURE_CLIENT_ID=
export AZURE_CLIENT_SECRET=
export AZURE_AUTH_ENDPOINT
#---------------------------------
# The below configurations are not
# needed if using docker compose
#---------------------------------
# Ignore AWS Config Files
export AWS_SDK_CONFIG_OPT_OUT=true
# Database configurations
export MYSQL_DB=
export MYSQL_USER=
export MYSQL_PASSWORD=
export MYSQL_PORT=
export MYSQL_HOST=