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

Move application and service configuration to Extension classes to cleanup Program.cs #7

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tarunganga
Copy link

This is an initial pull request for adding Postgres support which moves configuration to separate classes.

@tarunganga
Copy link
Author

@DMiradakis Here is a simple PR to start adding support for Postgres for database. I made these changes so that each configuration is separated for future scope!

@@ -36,7 +36,7 @@ public bool ValidateLicense(string fullLicense)

// Parse the license data
var licenseData = Encoding.UTF8.GetString(dataBytes);
var parts = licenseData.Split('|');
var licenseParts = licenseData.Split('|');
Copy link
Author

Choose a reason for hiding this comment

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

@DMiradakis This was giving me build errors so I changed the variable name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant