Fix(Content): Corrected build instructions in and format of README.

This commit is contained in:
2025-02-25 17:36:23 +00:00
parent dd10b12197
commit 8a0d7e3576
2 changed files with 82 additions and 17 deletions

View File

@@ -99,7 +99,7 @@ class ProductionConfig(Config):
# Set the configuration class based on the environment
# You can change 'development' to 'production' when deploying
config_env = os.getenv('FLASK_ENV', "development")
config_env = os.getenv('FLASK_ENV', "production")
with open('app.log', 'a') as f:
print(f'config_env: {config_env}')
f.write(f'config_env: {config_env}\n')