1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
Éric Gaspar 2022-07-19 22:41:08 +02:00
parent 2db2082722
commit dd0a24699d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 10 additions and 4 deletions

View file

@ -23,7 +23,7 @@ auth.gateway="cp-auth"
#-------------------------------------------------------------------- #--------------------------------------------------------------------
database.default.hostname="localhost" database.default.hostname="localhost"
database.default.database="__DB_NAME__" database.default.database="__DB_NAME__"
database.default.username="__DB_NAME__" database.default.username="__DB_USER__"
database.default.password="__DB_PWD__" database.default.password="__DB_PWD__"
database.default.DBPrefix="cp_" database.default.DBPrefix="cp_"
@ -35,3 +35,9 @@ cache.redis.host="127.0.0.1"
cache.redis.password=null cache.redis.password=null
cache.redis.port=6379 cache.redis.port=6379
cache.redis.database=__REDIS_DB__ cache.redis.database=__REDIS_DB__
#--------------------------------------------------------------------
# REST API configuration
#--------------------------------------------------------------------
# restapi.enabled=true

View file

@ -1,3 +1,3 @@
* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities * * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities
* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips * * * * * __APP__ /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-websub-publish