Skip to content

Concat var with string #99

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

Open
cesarureno opened this issue Mar 19, 2024 · 2 comments
Open

Concat var with string #99

cesarureno opened this issue Mar 19, 2024 · 2 comments

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/
@developer-nesamani
Copy link

developer-nesamani 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.

@java-james
Copy link
Owner

@cesarureno Please let me know if the above suggestion did or didn't work. And if there needs to be additional doc for clarity. I will close this issue if no more issues.

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

3 participants