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

Added the port option to the config file #63

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Added the port option to the config file #63

merged 1 commit into from
Jun 19, 2024

Conversation

thibault-cne
Copy link
Member

Description

Added the port option to the config file

  • added the port option to the config file

The config file scheme looks like this now

---
port: 8000

database:
  name: f1db
  hostname: database
  port: 3306
  user: user
  password: password

cache:
  hostname: dragonfly
  port: 6379

middlewares:
  - graphiql:
      enabled: true
      route: /

Related Issue

Issue #31

Motivation and Context

How Has This Been Tested?

Checklist

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

@thibault-cne thibault-cne added the feature Need a new feature label Jun 19, 2024
@thibault-cne thibault-cne added this to the Version v0.2.0 milestone Jun 19, 2024
@thibault-cne thibault-cne self-assigned this Jun 19, 2024
@thibault-cne thibault-cne linked an issue Jun 19, 2024 that may be closed by this pull request
1 task
@thibault-cne thibault-cne merged commit 8cbfc8d into master Jun 19, 2024
7 checks passed
@thibault-cne thibault-cne deleted the issue/31 branch June 19, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Need a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature - Add some configuration features
1 participant