movie-night-api-rust/.env.example

11 lines
273 B
Text
Raw Normal View History

2025-02-16 20:21:30 -06:00
MARIADB_ROOT_PASSWORD="super_secret_password"
MARIADB_DATABASE="movienight"
MARIADB_USER="web"
MARIADB_PASSWORD="secret"
DATABASE_PORT="3307"
DATABASE_NAME="movienight"
DATABASE_URL="mysql://web:secret@localhost"
OMDB_API_KEY="your-api-key"
OMDB_URL="http://omdbapi.com/"