You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
330 B

DEPLOYMENT_ENVIRONMENT=dev
DJANGO_SECRET_KEY=4~@cwwSJ"<R^HYZ.f]KniGR(kaaT*/zG;BpMcu__@XTV2QR~$BB\E#sM^"88.
DJANGO_SETTINGS_MODULE=personalpage.settings.development
RDS_DB_NAME=personalpage
RDS_HOSTNAME=172.17.0.2
RDS_RO_HOSTNAME=172.17.0.2
RDS_PASSWORD=qwerty
RDS_PORT=3306
RDS_USERNAME=nicolas
UWSGI_THREADS=4
UWSGI_WORKERS=2