Skip to content

Commit 9009b82

Browse files
committed
Revert "Extract host as configuration"
This reverts commit de6542f.
1 parent de6542f commit 9009b82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
INFLUXDB_USER_PASSWORD=##put-a-secure-password##
22
GF_SECURITY_ADMIN_PASSWORD=##put-a-secure-password##
33
CADDY_EMAIL=[email protected]
4-
GF_SERVER_ROOT_URL=##root-url-of-grafana##
5-
CADDY_HOST=##your-caddy-host##
4+
GF_SERVER_ROOT_URL=##root-url-of-grafana##

Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{$CADDY_HOST}
1+
contributions.hacktoberfest.thecasualcoder.in
22
tls {$CADDY_EMAIL}
33

44
ext .html # Clean URLs

0 commit comments

Comments
 (0)