mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
fix
This commit is contained in:
parent
2db2082722
commit
dd0a24699d
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
* * * * * __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
|
Loading…
Add table
Reference in a new issue