Skip to content

Commit

Permalink
update new base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmin17 committed Nov 28, 2023
1 parent a114161 commit 8d90139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/haengsha/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DEBUG = True

ALLOWED_HOSTS = [
'ec2-52-79-228-92.ap-northeast-2.compute.amazonaws.com',
'ec2-13-209-8-183.ap-northeast-2.compute.amazonaws.com',
"localhost",
"127.0.0.1",
]
Expand Down
6 changes: 3 additions & 3 deletions recommend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
set -e

# Set environment variables for S3 bucket and file paths
# S3_BUCKET=${S3_BUCKET}
# EVENT_FILE="eventData.csv"
# USER_FILE="userData.csv"
S3_BUCKET=${S3_BUCKET}
EVENT_FILE="eventData.csv"
USER_FILE="userData.csv"

# Use AWS CLI to download the CSV file from S3
aws s3 cp s3://${S3_BUCKET}/${EVENT_FILE} /app/
Expand Down

0 comments on commit 8d90139

Please sign in to comment.