diff --git a/conf/.env.example b/conf/.env.example index cfed94a..3068d48 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -23,7 +23,7 @@ auth.gateway="cp-auth" #-------------------------------------------------------------------- database.default.hostname="localhost" database.default.database="__DB_NAME__" -database.default.username="__DB_NAME__" +database.default.username="__DB_USER__" database.default.password="__DB_PWD__" database.default.DBPrefix="cp_" @@ -35,3 +35,9 @@ cache.redis.host="127.0.0.1" cache.redis.password=null cache.redis.port=6379 cache.redis.database=__REDIS_DB__ + +#-------------------------------------------------------------------- +# REST API configuration +#-------------------------------------------------------------------- +# restapi.enabled=true + diff --git a/conf/cron b/conf/cron index 991a6e9..cff475d 100644 --- a/conf/cron +++ b/conf/cron @@ -1,3 +1,3 @@ -* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities -* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips -* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-websub-publish \ No newline at end of file +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-websub-publish \ No newline at end of file