feat: replace IP with domain name
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user