Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic committed Apr 17, 2024
1 parent c081b09 commit 3767d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tmp/*
.byebug_history
coverage/
srv/
environment
4 changes: 2 additions & 2 deletions judge0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ REDIS_PORT=

# Specify Redis password. Cannot be blank.
# Default: NO DEFAULT! MUST BE SET!
REDIS_PASSWORD=YourPasswordHere1234
REDIS_PASSWORD=

# Specify Resque namespace.
# Default: Resque's default namespace
Expand Down Expand Up @@ -231,7 +231,7 @@ POSTGRES_USER=judge0

# Password of the user. Cannot be blank. Used only in production.
# Default: NO DEFAULT, YOU MUST SET YOUR PASSWORD
POSTGRES_PASSWORD=YourPasswordHere1234
POSTGRES_PASSWORD=


################################################################################
Expand Down

0 comments on commit 3767d75

Please sign in to comment.