Skip to content

Commit 01e9b88

Browse files
authored
AL2023 Updates (#407)
* AL2023: Update django wsgi config in .ebextensions * AL2023: yum's mariadb is called mariadb105 in dnf * AL2023: EB doesn't recognize dnf, keep using yum
1 parent b649c53 commit 01e9b88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ebextensions/environment.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
packages:
33
yum:
44
libyaml-devel: []
5-
mariadb: []
6-
mariadb-devel: []
5+
mariadb105: []
6+
mariadb105-devel: []
77

88
option_settings:
99
- option_name: LANG
@@ -15,6 +15,6 @@ option_settings:
1515
value: 1800
1616
- namespace: aws:elasticbeanstalk:container:python
1717
option_name: WSGIPath
18-
value: public_interface/wsgi.py
18+
value: public_interface.wsgi:application
1919
- option_name: DJANGO_SETTINGS_MODULE
2020
value: public_interface.settings

0 commit comments

Comments
 (0)