Skip to content

Commit d1861f6

Browse files
author
Pancake Team
committed
Fix
1 parent 0666b81 commit d1861f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hostname = $(shell hostname)
2+
instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=${hostname}&project_name=${project}")
23
DATA_SOURCE_NAME="postgresql://${database_user}:${database_password}@localhost:${port}/${database_name}"
34
PG_EXPORTER_CONSTANT_LABELS="domain=${instance_id}_${hostname}"
4-
instance_id = $(shell curl "http://10.1.9.49:4001/api/instance_id?name=${hostname}&project_name=${project}")
55

66
all: prepare_files save_env_vars start_service
77

0 commit comments

Comments
 (0)