Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 353 Bytes

publicmedia - 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.