cube-js / cube-js/cube

Make all configurations available in the config file

Open
#1,559 5 comments 0 reactions 1 assignee Claimed by @keydunov View on GitHub
backend:server
Dominant language
Rust
Stars
20.8k
Forks
2.1k
Avg merge
1d 2h
Merged PRs (30d)
181

Description

**Is your feature request related to a problem? Please describe.**
We have conventions around app configuration for our existing services which includes using convict to access configuration, either through the environment or arguments.

We would like to avoid having a one off different system for cube where we must opaquely rely on environment variables.

**Describe the solution you'd like**
All configuration options [here](https://cube.dev/docs/reference/environment-variables) should be available in the cube.js/cube.ts file so that we can decide how to populate these values.

**Describe alternatives you've considered**
Using environment variables as cube intends.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.