Initial commit: set Charm to use my self-hosted cloud

This commit is contained in:
Danielle McLean 2023-11-10 11:07:08 +11:00
commit 50be46d060
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -0,0 +1,5 @@
#! zsh
: ${CHARM_HOST:=charm.00dani.me}
: ${CHARM_HTTP_PORT:=443}
export CHARM_HOST CHARM_HTTP_PORT