diff --git a/.gitignore b/.gitignore
index c85f55d..7d1c44c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ local.db-client_wal_index
local.db-shm
local.db-wal
dumpfile.sql
+.idea
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/gigachad-api.iml b/.idea/gigachad-api.iml
deleted file mode 100644
index 5e764c4..0000000
--- a/.idea/gigachad-api.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 7321e47..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index a2072e2..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {
- "associatedIndex": 1
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
\ No newline at end of file
diff --git a/internal/types/token.go b/internal/types/token.go
index 674dade..e3e01a1 100644
--- a/internal/types/token.go
+++ b/internal/types/token.go
@@ -64,7 +64,7 @@ func GetCookieSetting(env string, tokenPlainText string, age int) http.Cookie {
Name: "auth",
Value: tokenPlainText,
Path: "/",
- Domain: "gigachad.buzz",
+ Domain: "wellup.fyi",
MaxAge: age,
HttpOnly: true,
Secure: true,