We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b649c53 commit 01e9b88Copy full SHA for 01e9b88
.ebextensions/environment.config
@@ -2,8 +2,8 @@
2
packages:
3
yum:
4
libyaml-devel: []
5
- mariadb: []
6
- mariadb-devel: []
+ mariadb105: []
+ mariadb105-devel: []
7
8
option_settings:
9
- option_name: LANG
@@ -15,6 +15,6 @@ option_settings:
15
value: 1800
16
- namespace: aws:elasticbeanstalk:container:python
17
option_name: WSGIPath
18
- value: public_interface/wsgi.py
+ value: public_interface.wsgi:application
19
- option_name: DJANGO_SETTINGS_MODULE
20
value: public_interface.settings
0 commit comments