diff --git a/jetkvm/.env b/jetkvm/.env index ce6272b..df2cdd2 100644 --- a/jetkvm/.env +++ b/jetkvm/.env @@ -16,4 +16,8 @@ TLS_KEY_PATH=/certs/privkey.pem JETKVM_PORT=443 # Benannte Volumes -DB_VOLUME_NAME=jetkvm-db-data \ No newline at end of file +DB_VOLUME_NAME=jetkvm-db-data + +#Pub-URLs +API_URL=https://api.jetkvm.example.com +APP_URL=https://app.jetkvm.example.com