#
# [ This file is part of "Arun - CLI Microframework for Php7.2+" released under the following terms - (C) 2018 by Angelo Fonzeca - The present code is released under Apache License Version 2.0 ]
#
# [ Linkedin contact ( https://www.linkedin.com/in/angelo-f-1806868/ )                              ]
#

#
# APPLICATION NAME
#
APP_NAME="Arun"

#
# APPLICATION VERSION
#
APP_VERSION="0.45.1-alpha"

#
# COMMAND LINE COLORS (0 = disabled, 1 = enabled)
#
# ENABLE COLORS ONLY ON LINUX
#
COLORS=1

#
# DOMAINS PATH
#
DOMAINS=app/Console/Domains

#
# SCHEMAS PATH
#
SCHEMAS=app/Console/Schemas
