16 lines
374 B
Bash
16 lines
374 B
Bash
|
|
# Database Configuration
|
||
|
|
DATABASE_HOST=localhost
|
||
|
|
DATABASE_PORT=3306
|
||
|
|
DATABASE_NAME=audio
|
||
|
|
DATABASE_USER=root
|
||
|
|
DATABASE_PASSWORD=root123
|
||
|
|
|
||
|
|
# Application Settings
|
||
|
|
APP_NAME=Audio Dashboard API
|
||
|
|
DEBUG=True
|
||
|
|
|
||
|
|
# Meilisearch Configuration
|
||
|
|
MEILISEARCH_URL=http://ec2-18-184-205-87.eu-central-1.compute.amazonaws.com:7700
|
||
|
|
MEILISEARCH_API_KEY=young9#!UJsD219921031
|
||
|
|
MEILISEARCH_INDEX=models
|