mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-02 10:00:54 +08:00
feat: update wrangler.toml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "open-isle-cli",
|
||||
"name": "OpenIsle",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -9,11 +9,11 @@ import { checkToken, clearToken } from './utils/auth'
|
||||
import { initTheme } from './utils/theme'
|
||||
|
||||
// Configurable API domain and port
|
||||
export const API_DOMAIN = 'http://127.0.0.1'
|
||||
export const API_PORT = 8081
|
||||
// export const API_DOMAIN = 'http://127.0.0.1'
|
||||
// export const API_PORT = 8081
|
||||
|
||||
// export const API_DOMAIN = 'http://129.204.254.110'
|
||||
// export const API_PORT = 8080
|
||||
export const API_DOMAIN = 'http://129.204.254.110'
|
||||
export const API_PORT = 8080
|
||||
|
||||
export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
|
||||
export const GOOGLE_CLIENT_ID = '777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com'
|
||||
|
||||
0
open-isle-cli/wrangler.toml
Normal file
0
open-isle-cli/wrangler.toml
Normal file
Reference in New Issue
Block a user