Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web: Config file #102

Merged
merged 15 commits into from
Mar 15, 2024
Merged

Web: Config file #102

merged 15 commits into from
Mar 15, 2024

Conversation

SveaGaenzle
Copy link
Collaborator

@SveaGaenzle SveaGaenzle commented Mar 8, 2024

I have tried to create a config file for the web.

Issue:

Description:

  • I have created a new file config.toml in which the database information and the key are defined.
  • I have refactored the code in sqlite.data and _auth.register with the config file informations.
  • I updated the README.

Update

@Raining-Cloud and I have also added a config provider config.tsx.
Now the config file path can also be parsed via the terminal.

Copy link
Collaborator

@Raining-Cloud Raining-Cloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry but this won't work if the app was built... basically obsolete to have a config as source dependency

@SveaGaenzle SveaGaenzle added the web use when something changes the web in any kind label Mar 11, 2024
@Raining-Cloud Raining-Cloud self-requested a review March 15, 2024 16:27
@Raining-Cloud Raining-Cloud merged commit c177c45 into main Mar 15, 2024
4 checks passed
@SveaGaenzle SveaGaenzle deleted the svea/web-config branch March 15, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web use when something changes the web in any kind
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web: config file
2 participants