Skip to content

Commit

Permalink
Changed Storage Server IP to studio-app.snapchat.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrumpis committed Mar 24, 2023
1 parent c377598 commit f7ef6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- DB_NAME=${MYSQL_DATABASE}
- DB_PORT=${MYSQL_DOCKER_PORT}
- PORT=${APP_DOCKER_PORT}
- STORAGE_SERVER=http://127.0.0.1:${NGINX_LOCAL_PORT}
- STORAGE_SERVER=http://studio-app.snapchat.com:${NGINX_LOCAL_PORT}
- STORAGE_PATH=/var/lib/snapcamera
- IMPORT_DIR=import
- MEDIA_DIR=snap-camera-media
Expand Down

1 comment on commit f7ef6f0

@digitalpacs
Copy link

@digitalpacs digitalpacs commented on f7ef6f0 Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should fix my issue with getting the secondary computer to work from my primary. Thanks for making the code.change. I will download the updated code base.

Please sign in to comment.