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:
parent
8b8df19a1a
commit
c2d9711de6
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
|
|
||||||
server:
|
server:
|
||||||
http_listen_port: __HTTP_PORT__
|
http_listen_port: __PORT_HTTP__
|
||||||
grpc_listen_port: __GRPC_PORT__
|
grpc_listen_port: __PORT_GRPC__
|
||||||
|
|
||||||
common:
|
common:
|
||||||
path_prefix: /tmp/loki
|
path_prefix: /tmp/loki
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
server:
|
server:
|
||||||
http_listen_port: __PROMTAIL_PORT__
|
http_listen_port: __PORT_PROMTAIL__
|
||||||
|
|
||||||
clients:
|
clients:
|
||||||
- url: http://localhost:__HTTP_PORT__/loki/api/v1/push
|
- url: http://localhost:__PORT_HTTP__/loki/api/v1/push
|
||||||
|
|
||||||
positions:
|
positions:
|
||||||
filename: /tmp/promtail_positions.yaml
|
filename: /tmp/promtail_positions.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue