1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/loki_ynh.git synced 2024-09-03 19:36:16 +02:00

Fix port replace stringns

This commit is contained in:
Salamandar 2024-01-30 10:34:32 +01:00
parent 8b8df19a1a
commit c2d9711de6
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
auth_enabled: false
server:
http_listen_port: __HTTP_PORT__
grpc_listen_port: __GRPC_PORT__
http_listen_port: __PORT_HTTP__
grpc_listen_port: __PORT_GRPC__
common:
path_prefix: /tmp/loki

View file

@ -1,8 +1,8 @@
server:
http_listen_port: __PROMTAIL_PORT__
http_listen_port: __PORT_PROMTAIL__
clients:
- url: http://localhost:__HTTP_PORT__/loki/api/v1/push
- url: http://localhost:__PORT_HTTP__/loki/api/v1/push
positions:
filename: /tmp/promtail_positions.yaml