mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 22:33:09 +00:00
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
window.CONFIG = {
|
|
BACKEND: "https://fuhncvpxdcuf.ap-northeast-1.clawcloudrun.com",
|
|
LSP_SERVER: "wss://lsp.hxzzz.asia/cpp"
|
|
}
|
|
|
|
window.CONFIG = {
|
|
BACKEND: "https://example.com",
|
|
LSP_SERVER: "wss://examplelsp.com/cpp"
|
|
} |