Activator
view release on metacpan or search on metacpan
share/conf/default-project.yml view on Meta::CPAN
#
# This file is a <project>.yml template. Fill in the missing values for a good time.
#
#
# this is the default realm, and by default we don't define realms in this file
#
act_config_no_realms: 1
#
# default to the production realm
#
realm: production
#
# global debug flag: see perldoc Activator::Log for more specifics on debug logging.
#
debug: 1
#
# This is the name of the project, most likely the top of your perl
# namespace for a catalyst app, i.e.: MyApp
#
project_name:
#
# this value used for directories and filenames, i.e.: myapp
#
project_alias:
#
# this is the primary host url. This is normally used as the dir for
# the apache www root (/var/www/${host_url} for example), and can be
# otherwise useful to have centrally configured
#
host_url: renewaltool.com
################################################################################
#
# Locations for source code and target deployment directories for sync
#
#
# This is where the sync'd code comes from. This is the parent to your
# perl "lib" directory.
#
project_codebase : ${HOME}/src/${project_name}
#
# Activator developers need to sync their working copy of Activator
# itself from this dir. Unset or comment this out to not sync.
#
#activator_codebase: ${HOME}/src/activator-framework
#
# where project and activator configuration files live.
#
conf_path : ${project_codebase}/activator.d
#
# when running "activator.pl sync <project>" , where do you want to put the running code?
#
sync_target: ${HOME}/activator.run/${project_alias}
#
# where PID files should be placed
#
sync_run_dir : ${sync_target}/var/run
#
# where lock files should be placed
#
sync_lock_dir : ${sync_target}/var/lock
#
( run in 0.518 second using v1.01-cache-2.11-cpan-39bf76dae61 )