APP_NAME="Model Directory"
APP_DEBUG=false

# Leave empty if the app is served from the domain root.
# If installed in a subfolder, set e.g. BASE_URL=/myapp
BASE_URL=

DB_HOST=localhost
DB_NAME=model_directory
DB_USER=root
DB_PASS=
