Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-melon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160388
project-melon
Merge requests
!2
Resolved merge conflicts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolved merge conflicts
master
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
65160388
requested to merge
master
into
main
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c01f4a14
1 commit,
3 months ago
2 files
+
25
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.env
+
20
−
1
View file @ c01f4a14
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,9 +5,28 @@
@@ -5,9 +5,28 @@
# DB_NAME=cloud_project_db
# DB_NAME=cloud_project_db
# SESSION_SECRET=default_secret_key
# SESSION_SECRET=default_secret_key
# DB_HOST=10.104.20.9
# DB_HOST=10.104.6.131
# DB_PORT=11734
# DB_USER=root
# DB_PASS=LCXndt18044
# DB_NAME=cloud_project_db
# SESSION_SECRET=default_secret_key
# PORT=3000
# DB_HOST=10.104.6.131
# DB_USER=root
# DB_USER=root
# DB_PASS=DRQqan69450
# DB_PASS=DRQqan69450
# DB_NAME=cloud_project_db
# DB_NAME=cloud_project_db
# DB_PORT=3306
# DB_PORT=3306
# SESSION_SECRET=default_secret_key
# SESSION_SECRET=default_secret_key
PORT=3000
# Database connection settings
DB_HOST=node77552-melon.th2.melon.cloud # ชื่อโฮสต์ของ MySQL ที่ตั้งไว้
DB_PORT=11734 # Public port สำหรับเชื่อมต่อ MySQL
DB_USER=root # ชื่อผู้ใช้สำหรับ MySQL
DB_PASS=LCXndt18044 # รหัสผ่านของ MySQL
DB_NAME=cloud_project_db # ชื่อฐานข้อมูลที่ใช้
SESSION_SECRET=default_secret_key # กำหนดคีย์สำหรับ session
Loading