IP migration complete: 89.167.40.150->95.216.167.89 all files

This commit is contained in:
2026-03-13 23:31:58 +01:00
parent 4f7e8ebd21
commit 606037c21a
5 changed files with 3735 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
set -euo pipefail
GPU_SERVER="88.198.4.195"
DB_SERVER="89.167.40.150"
DB_SERVER="95.216.167.89"
WORK_DIR="/opt/wevia-finetune"
MODEL_OUT="wevia-sovereign"
OLLAMA_PORT=11434
@@ -35,7 +35,7 @@ except ImportError:
os.system("pip install psycopg2-binary --break-system-packages -q")
import psycopg2
DB = "host=89.167.40.150 port=5432 dbname=adx_system user=admin password=admin123"
DB = "host=95.216.167.89 port=5432 dbname=adx_system user=admin password=admin123"
OUT = "/opt/wevia-finetune/data/training_data.json"
data = []

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
<?php
/**
* YouTube OAuth2 - Step 1: Redirect to Google consent
* URL: http://89.167.40.150:5890/api/youtube-oauth.php?action=start
* URL: http://95.216.167.89:5890/api/youtube-oauth.php?action=start
*/
header('Content-Type: text/html; charset=utf-8');
$db = new PDO('pgsql:host=127.0.0.1;dbname=adx_system','postgres','');