Skip to content

Commit

Permalink
Fix copy-paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
igor.la committed Nov 19, 2024
1 parent 077df14 commit c27889f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.demo.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ services:
ports:
- '3001:3000'
environment:
- NUXT_PUBLIC_API_URL=https://api-test.afisha.peredelano.com/api
- NUXT_PUBLIC_BASE_URL=https://api-test.afisha.peredelano.com
- NUXT_PUBLIC_API_URL=https://api-demo.afisha.peredelano.com/api
- NUXT_PUBLIC_BASE_URL=https://api-demo.afisha.peredelano.com
- NUXT_PUBLIC_TELEGRAM_AUTH_BOT_NAME
- NUXT_PUBLIC_DOMAIN=test.afisha.peredelano.com
- NUXT_PUBLIC_DOMAIN=demo.afisha.peredelano.com
- NUXT_PUBLIC_GTAG_ID
- NUXT_PUBLIC_GOOGLE_SIGN_IN_CLIENT_ID
deploy:
Expand Down

0 comments on commit c27889f

Please sign in to comment.