IP migration complete: 89.167.40.150->95.216.167.89 all files
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
1244
storage/nonreg_report_20260313_220102.json
Normal file
1244
storage/nonreg_report_20260313_220102.json
Normal file
File diff suppressed because it is too large
Load Diff
1244
storage/nonreg_report_20260313_220841.json
Normal file
1244
storage/nonreg_report_20260313_220841.json
Normal file
File diff suppressed because it is too large
Load Diff
1244
storage/nonreg_report_20260313_222759.json
Normal file
1244
storage/nonreg_report_20260313_222759.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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','');
|
||||
|
||||
Reference in New Issue
Block a user