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
Last revision Both sides next revision
en:tvip_tms_architecture [2021/09/21 10:14]
Денис Цыганов
en:tvip_tms_architecture [2021/09/21 10:23]
Денис Цыганов
Line 41: Line 41:
         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.txt · Last modified: 2021/09/22 14:24 by Денис Цыганов