Ratledore
Ratledore
Explore posts from servers
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Okay great thanks 🙂
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Okay, if its part of the run task then yes that sounds good to me
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Is this suggesting to bundle the .env files with the app?
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
stable?
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
val kordexVersion = "1.9.0-SNAPSHOT"
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
No description
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Okay sounds good thank you
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Yeah well if I get some spare time maybe I'll put a pull request in, I'm better at explaining things using code lol
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
I don't think so
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
I'd personally have curent module > working directory > project root, the former and latter are optional
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Okay fair enough
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
No but is .env meant for production?
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
I don't think it needs a plugin, can just look at the directory structure when running in IDE
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
Related to running code in a jar, vs from the IDE
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
I'm overlooking some details here
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
It can be sure, depends on your project
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
This is an implementation I saw on some typescript framework a while back, it seemed nice and intuitive for me.
root
.env
|----moduleA
.env
|----moduleB
.env
root
.env
|----moduleA
.env
|----moduleB
.env
if I run moduleA, .env from root and .env from moduleA are loaded, overwriting the root environment.
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
This works now,thanks
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
There are multiple modules which have separate .env files
87 replies
KEKord Extensions
Created by Ratledore on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
I see what you mean, I'll change the working directory in the IDEA run configuration
87 replies