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
!5
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Master
master
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Master
65160388
requested to merge
master
into
main
4 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
3bda7b66
Prev
Next
Show latest version
1 file
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3bda7b66
v.2.1
· 3bda7b66
65160388
authored
4 months ago
.env
+
13
−
13
View file @ 3bda7b66
Edit in single-file editor
Open in Web IDE
PORT=3000
#
PORT=3000
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_NAME=cloud_project_db
SESSION_SECRET=default_secret_key
#
DB_HOST=localhost
#
DB_USER=root
#
DB_PASS=
#
DB_NAME=cloud_project_db
#
SESSION_SECRET=default_secret_key
#
PORT=3000
PORT=3000
#
DB_HOST=10.104.6.131 # IP ที่ถูกต้องของฐานข้อมูล 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
DB_HOST=10.104.6.131 # IP ที่ถูกต้องของฐานข้อมูล 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