Questions tagged [runtime-configuration]
21 questions
0
votes
0 answers
Couldn't generate runfimeconfig.json file using visual studio (.net framework4.7.2)
Hi I couldn't find the runtimeconfig.json file in my release.
I made a windows form application (.NET) to connect a commercial software (project made using VB language in visual studio 2022). Now I need to use python to connect the .NET wrapper and…
0
votes
1 answer
Hide/remove Next.js runtimeConfig in network calls -> document -> response
I am using .yml files in my next.js because of docker and using these .yml configurations in next.js runtimeConfig. These configs can be seen in browser network tab as these are attached with document response.
I know about the serverSideConfigs but…

Sallar Bhutto
- 9
- 4
0
votes
1 answer
Can we create a Flink DataStream from a Postgres table
I have to read configs from a Postgres table and broadcast it to use it to filter a main DataStream. I am using Flink broadcast state for this . It worked fine when I got the config from local socket.
The use case is to read latest config from…

Pritam Agarwala
- 1
- 2
0
votes
2 answers
Recommended dynamic runtime configuration technique on nuxtjs (other than dotenv)
I have been trying to use publicRuntimeConfig / privateRuntimeConfig
On nuxt 2.4.1, I have defined my runtime config as follows on nuxt.config.js
publicRuntimeConfig: {
DATA_API_HOST_URL: process.env.VUE_APP_DATA_API_HOST_URL,
},
…

Naveen Karnam
- 433
- 2
- 9
- 26
0
votes
1 answer
How can i manage environment specific properties with google cloud appEngine springboot project?
Documentation says that Google RuntimeConfig Service is one way to do so but I couldn't find any sample around it. Has anybody ever tried that? Any pointer would be of great help.

Sonal Aggarwal
- 373
- 3
- 11
0
votes
0 answers
Is it possible for apache to determine DocumentRoot at runtime?
I have a site, widgets.com.
Upon initial visit to widgets.com, the user should land on the landing page (codebase is at /home/web/landing). On this page will be our beautiful graphics, and a link to log in. The user will click the login button…