Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 506 Bytes

Operation.md

File metadata and controls

16 lines (11 loc) · 506 Bytes

Operation manual

Tokens Cofiguration

The configuration of the used tokens on OAuth processes are located at config/tokens.php.

Constants Configuration

Constant values can be set in a config/settings.php an example of configuration can be found config/settings.php.dist

Running

This is a web application that can be served via php built-in server for development purposes:

php -S localhost:8000 -t public/index.php