From efa5fe1239263ad49cbcdb0f0039e93b55686f36 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 17 Mar 2024 02:04:10 +0100 Subject: feat(users/Profpatsch/whatcd-resolver): add services & readme Gives a story for running both jaeger and the reverse proxy, and the program proper. `postgres` is still run from the client. Adds a little readme. Change-Id: I11185028541c0214e152fd76c9c72b7e2eb11122 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11171 Tested-by: BuildkiteCI Autosubmit: Profpatsch Reviewed-by: Profpatsch --- users/Profpatsch/.envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/Profpatsch/.envrc') diff --git a/users/Profpatsch/.envrc b/users/Profpatsch/.envrc index 832afd26bd69..c91f923756f5 100644 --- a/users/Profpatsch/.envrc +++ b/users/Profpatsch/.envrc @@ -1,4 +1,4 @@ -if pass apps/declib/mastodon_access_token; then +if pass apps/declib/mastodon_access_token >/dev/null; then export DECLIB_MASTODON_ACCESS_TOKEN=$(pass apps/declib/mastodon_access_token) fi -- cgit 1.4.1