Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concat var with string #99

Open
cesarureno opened this issue Mar 19, 2024 · 1 comment
Open

Concat var with string #99

cesarureno opened this issue Mar 19, 2024 · 1 comment

Comments

@cesarureno
Copy link

cesarureno commented Mar 19, 2024

Hello guys, how I can concat var with new string, I try this, but doesn't work

BASE_URL=https://e229-2806-103e-15-22e7-2d18-3eeb-8994-4740.ngrok-free.app/
API_BASE_URL=$BASE_URL+api/
@mahee510
Copy link

mahee510 commented Apr 1, 2024

@cesarureno Try like this,

BASE_URL=https://e229-2806-103e-15-22e7-2d18-3eeb-8994-4740.ngrok-free.app/
API_BASE_URL=${BASE_URL}api/

Use ${} for the String concatenation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants