diff options
author | Profpatsch <mail@profpatsch.de> | 2024-03-17T01·04+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-17T01·21+0000 |
commit | efa5fe1239263ad49cbcdb0f0039e93b55686f36 (patch) | |
tree | c3e13aa43d0b2c6630059695d6937bd74cbdb254 /users/Profpatsch/.envrc | |
parent | 8ca42dc0cd9c9bf462da8b167eb406a65bc83647 (diff) |
feat(users/Profpatsch/whatcd-resolver): add services & readme r/7714
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 <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/.envrc')
-rw-r--r-- | users/Profpatsch/.envrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |