Translations of this page:
Change access-token-secret, refresh-token-secret may damage your system
application: jwt: access-token-secret: 'access-token-secret' refresh-token-secret: 'refresh-token-secret' network: trusted-proxies: - 127.0.0.1
Enable VOD feature:
application: features: vod: true
spring: datasource: url: jdbc:postgresql://127.0.0.1:5432/tvip-tms username: tvip-tms password: application: jwt: access-token-secret: 'access-token-secret' refresh-token-secret: 'refresh-token-secret'
spring: liquibase: url: jdbc:postgresql://127.0.0.1:5432/tvip-tms user: tvip-tms password: r2dbc: host: 127.0.0.1 port: 5432 database: tvip-tms username: tvip-tms password: datasource: url: jdbc:postgresql://127.0.0.1:5432/tvip-tms username: tvip-tms password:
TMDB api key for import:
tmdb: api-key: 'your_tmdb_api_key'
systemctl restart gateway-tvip-cas-api systemctl restart gateway-tvip-file-api systemctl restart gateway-tvip-provisioning-api systemctl restart gateway-tvip-tms-activation-api systemctl restart gateway-tvip-tms-admin-api systemctl restart gateway-tvip-tms-provider-api systemctl restart gateway-tvip-tms-tvip-api systemctl restart gateway-tvip-tms-websocket systemctl restart manager-tvip-auth systemctl restart manager-tvip-provisioning systemctl restart manager-tvip-tms-admin-api systemctl restart manager-tvip-tms-cas systemctl restart manager-tvip-tms-command systemctl restart manager-tvip-tms-epg systemctl restart manager-tvip-tms-file systemctl restart manager-tvip-tms-finite-state systemctl restart manager-tvip-tms-media systemctl restart manager-tvip-tms-profile systemctl restart manager-tvip-tms-report systemctl restart manager-tvip-tms-tvip-api systemctl restart manager-tvip-tms-vnc systemctl restart manager-tvip-tms-vod systemctl restart manager-tvip-tms-weather systemctl restart manager-tvip-tms-stats