Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 499 Bytes

explore TMDb - api

Getting started

# all commands used in ./api
cd api

Create config files for development mode and production mode.

cp config/config.default.php config/config.dev.php
cp config/config.default.php config/config.prod.php

Note: This file will not be under version control but listed in .gitignore.

Configuration

Table of contents

API_KEY

Defines the api key for tmdb.

  • default: EMPTY
  • type: string