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

Both sides previous revision Previous revision
Next revision
Previous revision
en:tvip_tms_architecture [2021/09/21 10:14]
Денис Цыганов
en:tvip_tms_architecture [2021/09/22 14:24] (current)
Денис Цыганов
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.1632208442.txt.gz · Last modified: 2021/09/21 10:14 by Денис Цыганов