APP_NAME = 'PhpSlides'
APP_VERSION = '1.2.1'
APP_SERVER = 'localhost'

## DATABASE INFO
DB_USER = 'root'
DB_PASS = 'root'
DB_HOST = 'localhost'
DB_BASE = 'php_slides'