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

Set ASP.NET Core runtime environment #251

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

bidetzz
Copy link

@bidetzz bidetzz commented Sep 12, 2024

Summary

Changes

Use the environment variable to set the ASP.NET Core runtime environment for horde server.

User experience

Admin can now see that horde server is running in the desired runtime environment when looking at the container logs.

Checklist

If your change doesn't seem to apply, please leave them unchecked.

  • I have performed a self-review of this change
  • Changes have been tested
  • Changes are documented
Is this a breaking change? No

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created might not be successful.

@bidetzz bidetzz requested a review from a team as a code owner September 12, 2024 16:07
@bidetzz bidetzz requested review from gabebatista and removed request for a team September 12, 2024 16:07
@henrykie henrykie self-requested a review September 12, 2024 16:22
Copy link
Contributor

@henrykie henrykie left a comment

Choose a reason for hiding this comment

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

lgtm!

@@ -21,8 +21,8 @@ variable "project_prefix" {

variable "environment" {
type = string
description = "The current environment (e.g. dev, prod, etc.)"
default = "dev"
description = "The current environment (e.g. Development, Staging, Production, etc.). This will tag ressources and set ASPNETCORE_ENVIRONMENT variable."
Copy link
Contributor

Choose a reason for hiding this comment

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

nit. can fix in my next PR.

@henrykie henrykie merged commit 17d60f0 into aws-games:henrykie/ue-horde Sep 12, 2024
3 of 4 checks passed
henrykie pushed a commit that referenced this pull request Sep 17, 2024
henrykie pushed a commit that referenced this pull request Sep 17, 2024
henrykie pushed a commit that referenced this pull request Sep 23, 2024
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.

2 participants