feat: replace IP with domain name

This commit is contained in:
JingChiang
2024-12-05 00:29:11 +08:00
parent 57968f7935
commit 6c1eee8999
6 changed files with 13 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ class _RegisterPageState extends State<RegisterPage> {
void _fetchData() async {
final conn = await MySQLConnection.createConnection(
host: '203.64.84.154',
host: 'comprehensive-guardian.systems',
port: 33061,
userName: 'root',
password: 'Topic@2024',
@@ -173,7 +173,7 @@ class _RegisterPageState extends State<RegisterPage> {
void registerBtn() async {
if (!_isDataCorrect()) return;
final conn = await MySQLConnection.createConnection(
host: '203.64.84.154',
host: 'comprehensive-guardian.systems',
port: 33061,
userName: 'root',
password: 'Topic@2024',