Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 520 Bytes

spaceAPI

Space API backend (semi-modular)

NOTE: This project needs spaceAPI_config.php just outside the document root folder with the following variables:

// Our API key (be aware that this might incidentally change, so check your firmware regularily)
const SPACEAPI_KEY = "<YOUR SPACEAPI KEY>"

// Database settings
$spaceApi_db_servername = "<MYSQL SERVER>";
$spaceApi_db_username   = "<DATABASE USERNAME>";
$spaceApi_db_password   = "<DATABASE PASSWORD>";
$spaceApi_db_dbname     = "<DATABASE>";