Skip to content

Commit

Permalink
check again with localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
The9thLime committed Oct 19, 2024
1 parent e8c0857 commit ca72d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pipeline {
environment{
DATABASE_NAME = 'realworld'
DATABASE_USER = 'realworld'
DATABASE_HOST = '127.0.0.1'
DATABASE_HOST = 'localhost'
DATABASE_PORT = '3306'
DATABASE_PASSWORD = '123'
SECRET_KEY = 'django-insecure-f35(x7w#1hz7%oejc(t(x8ii7n^%n0pvzsp@x*qtfh8^$3^3j+'
Expand Down

0 comments on commit ca72d3b

Please sign in to comment.