From 5936622f64a7618a74a92ae921b7da9d91140f6b Mon Sep 17 00:00:00 2001
From: dalbodeule <11470513+dalbodeule@users.noreply.github.com>
Date: Mon, 14 Apr 2025 17:54:11 +0900
Subject: [PATCH] moved repository
---
.idea/dataSources.xml | 12 ++++++++++++
.idea/discord.xml | 7 +++++++
.idea/modules/dnsapi.main.iml | 4 ++++
build.gradle.kts | 2 +-
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 .idea/discord.xml
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
index cf04c2e..fa0b3f0 100644
--- a/.idea/dataSources.xml
+++ b/.idea/dataSources.xml
@@ -13,5 +13,17 @@
$ProjectFileDir$
+
+ mysql.8
+ true
+ com.mysql.cj.jdbc.Driver
+ jdbc:mysql://localhost:3306
+
+
+
+
+
+ $ProjectFileDir$
+
\ No newline at end of file
diff --git a/.idea/discord.xml b/.idea/discord.xml
new file mode 100644
index 0000000..30bab2a
--- /dev/null
+++ b/.idea/discord.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules/dnsapi.main.iml b/.idea/modules/dnsapi.main.iml
index 3870485..7dc66f6 100644
--- a/.idea/modules/dnsapi.main.iml
+++ b/.idea/modules/dnsapi.main.iml
@@ -12,4 +12,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 92b27d1..fe03fe7 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -64,7 +64,7 @@ tasks.withType {
}
tasks.withType {
- val dockerId = System.getenv("DOCKER_USERNAME") ?: "dalbodeule"
+ val dockerId = System.getenv("DOCKER_USERNAME") ?: "git.mori.space/dalbodeule"
val dockerPw = System.getenv("DOCKER_PASSWORD") ?: ""
docker {