Replies: 1 comment 3 replies
-
Checking the internal whay i would suggest in having a env variables object passed around. this will come from mapping of process.env after being validated by the adonisjs/env package and they keys of the object can the one in the internal representation |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I am trying to use adonis for my project. we have a mono repo for our frontends and want to start using adonis for our backend.
since it is a mono repo we have single .env file at root shared between all projects we have marked port for each project with their name
ADMIN_UI_PORT etc. and want to do same for backend API_PORT, but i can't map this anywhere in adonis js.
Beta Was this translation helpful? Give feedback.
All reactions