-
I have two tables, 'users' and 'clubs,' that are related with a **one-to-many** relation. This means each user can be associated with many clubs, and each club is owned by one user. However, when att…
-
Since issue https://github.com/goatandsheep/react-native-dotenv/issues/308 is closed I'm reporting the same issue here again as I have tried all feedback there and still my error is not resolved. Note…
-
I used a `customise_sources` in pydantic V1 to pass a custom config file and recently discovered that this no longer works under pydantic V2.
### MWE pydantic V1
In pydantic V1 following script wo…
ziima updated
2 months ago
-
To simplify the configuration of multiple regions (and multiple properties per Region), it would be nice to be able to use something more convenient then ENV-variables.
For example:
```js
regions: [
…
-
**Describe the bug**
I have defined an env variable in `.lagoon.env.master` and trying to use it in a post-rollout task. But the variable does not exist.
**To Reproduce**
1. Create `.lagoon.env.m…
-
When im in Bruno working in my environments, I have to open my .env file in another program to edit them.
-
I need to insert `scripts` and `styles` which are environment related.
`development`: from local directory.
`production`: from CDN.
this should be from application level.
-
if you have a standard `.env` file:
```.env
export USER_EMAIL="${USER_EMAIL:-$(git config --get user.email)}"
export JOB_NAME="${CI_PROJECT_PATH//\//-}"
export UPPER_STAGE=$( echo $CI_ENVIRONMENT_…
-
Hi Team.
I've got this error when calling process.env "MISSING_ENV_VAR"
This is my configuration in webpack.config.js
![image](https://user-images.githubusercontent.com/16367896/158979927-127745be-…
-
### Question
How do I optimize the speed of wallet creation, I have followed the library guide but wallet creation is still taking 15 to 20 seconds
I am missing some configuration steps but I am …