diff --git a/src/config.ts b/src/config.ts
index 52799b4..72ba74a 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -1,6 +1,6 @@
 export default {
   name: 'New Quest',
-  server_endpoint: 'http://localhost:4000',
+  server_endpoint: 'https://159.69.16.244:4000',
   development: true,
   width: 960,
   height: 540,