User Tools

Site Tools


en:tvip_tms_architecture

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:tvip_tms_architecture [2020/04/03 13:32]
Денис Цыганов created
en:tvip_tms_architecture [2021/09/22 14:24] (current)
Денис Цыганов
Line 1: Line 1:
-====== Tvip tms architecture ======+====== Tvip TMS architecture ======
  
 ===== General information ===== ===== General information =====
Line 25: Line 25:
     trusted-proxies:​     trusted-proxies:​
     - 127.0.0.1     - 127.0.0.1
 +</​code>​
 +
 +
 +====  Options specific for gateways ====
 +
 +=== gateway-tvip-tms-tvip-api ===
 +
 +Enable VOD feature:
 +<​code>​
 +application:​
 +    features:
 +        vod: true
 </​code>​ </​code>​
  
Line 41: Line 53:
         refresh-token-secret: ​    '​refresh-token-secret'​         refresh-token-secret: ​    '​refresh-token-secret'​
 </​code>​ </​code>​
 +
 +====  Options specific for managers ====
 +
 +=== manager-tvip-tms-file ===
 +
 +<​code>​
 +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:
 +</​code>​
 +
 +=== manager-tvip-tms-vod ===
 +
 +TMDB api key for import:
 +<​code>​
 +tmdb:
 +    api-key: '​your_tmdb_api_key'​
 +</​code>​
 +
  
 ===== Log files ===== ===== Log files =====
en/tvip_tms_architecture.1585909921.txt.gz · Last modified: 2020/04/03 13:32 by Денис Цыганов