Skip to content

Commit

Permalink
update laravel url
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemndobs committed Mar 25, 2023
1 parent e4affd0 commit 015a298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORT="3000"
NODE_ENV="development"
SONG_BASE_URL="http://mage.tech:8899"
SONG_BASE_URL_DOCKER="http://141.95.67.178:8899"
SONG_BASE_URL_PROD="http://141.95.67.178:8899"
SONG_BASE_URL_DOCKER="http://laravel-app.curator.svc.cluster.local:8899"
SONG_BASE_URL_PROD="http://laravel-app.curator.svc.cluster.local:8899"
S3_BUCKET="curator"
S3_URL="http://192.168.178.174:9000" # minio
S3_URL="http://93.132.60.169:9000" # minio

0 comments on commit 015a298

Please sign in to comment.