We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41340f commit 8e52180Copy full SHA for 8e52180
game/game-service.js
@@ -6,7 +6,7 @@ const app = express();
6
const port = process.env.PORT || 8003;
7
8
// URL del servidor bot de Rust/Gamey
9
-const GAMEY_BOT_URL = process.env.GAMEY_BOT_URL || 'http://localhost:3001';
+const GAMEY_BOT_URL = 'http://20.188.62.231' || 'http://localhost:3001';
10
11
12
app.use(cors());
0 commit comments