-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.ini
More file actions
25 lines (23 loc) · 762 Bytes
/
config.ini
File metadata and controls
25 lines (23 loc) · 762 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
[database]
host = your_database_host
user = your_database_username
password = your_secure_database_password
database = your_database_name
ec2_key = path/to/your/ec2/key.pem
ec2_user = your_ec2_username
cert = path/to/your/ssl/cert.pem
[video]
MAGICK = C:\Path\To\ImageMagick\magick.exe
[keys]
REPLICATE_API_TOKEN = your_replicate_token
OPENAI_API_TOKEN = your_openai_token
ANTHROPIC_API_KEY = your_anthropic_key
HUGGINGFACE_API_KEY = your_huggingface_key
GOOGLE_API_KEY = your_google_key
OPENROUTER_API_KEY = your_openrouter_key
MISTRAL_API_KEY = your_mistral_key
MESHY_API_KEY = your_meshy_key
TWILIO_ACCOUNT_SID = your_twilio_sid
TWILIO_AUTH_TOKEN = your_twilio_auth_token
TWILIO_VERIFY_SID = your_twilio_verify_sid
DISCORD_BOT_TOKEN = your_discord_bot_token