diff --git a/greataped/greatape.service b/greataped/greatape.service index 33244b3..03f8c3f 100644 --- a/greataped/greatape.service +++ b/greataped/greatape.service @@ -12,6 +12,8 @@ ExecStart=/usr/local/go/bin/go run . Environment="PORT=8080" Environment="PROTOCOL=https" Environment="DOMAIN=example.social" +Environment="CLIENT_DOMAIN=client.example.social" +Environment="ENVIRONMENT=development" [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target