Skip to content

Commit

Permalink
Merge branch origin/main into main via pull
Browse files Browse the repository at this point in the history
  • Loading branch information
klpulliam-37 committed May 3, 2023
2 parents ba27977 + c865b0c commit fb04bd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flaskenv
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ POSTGRES_USER=adminadminSECURE!!!
POSTGRES_PASSWORD=ThisIsProductionBaby!!
POSTGRES_DB=greenwatch_production
SECRET_KEY=317aed4a0352d37253f433dc475fa5e7e306de7ad657add546d34f4e7c8b046c
SERVER_IP="40.112.52.52:5000"
SERVER_IP="40.112.52.52:80"
2 changes: 1 addition & 1 deletion services/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.23-alpine

RUN rm /etc/nginx/conf.d/default.conf
COPY default.conf /etc/nginx/conf.d
COPY prod.conf /etc/nginx/conf.d
File renamed without changes.

0 comments on commit fb04bd3

Please sign in to comment.