diff --git a/bin/update_etc_git_auth b/bin/update_etc_git_auth
index b6f49dd..54e9b20 100755
--- a/bin/update_etc_git_auth
+++ b/bin/update_etc_git_auth
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
cd /etc/git/
-curl > auth.conf.1 https://git.kmx.io/_etc/git/auth.conf
+curl > auth.conf.1 http://localhost:15008/_etc/git/auth.conf
mv auth.conf.1 auth.conf
diff --git a/bin/update_git_ssh_authorized_keys b/bin/update_git_ssh_authorized_keys
index 46a62fd..1007702 100755
--- a/bin/update_git_ssh_authorized_keys
+++ b/bin/update_git_ssh_authorized_keys
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
cd /home/git/.ssh/
-curl > authorized_keys.1 https://git.kmx.io/_etc/ssh/authorized_keys
+curl > authorized_keys.1 http://localhost:15008/_etc/ssh/authorized_keys
mv authorized_keys.1 authorized_keys