We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afdb23 commit 897b6aeCopy full SHA for 897b6ae
.gitignore
@@ -2,3 +2,5 @@
2
*.pyc
3
*.txt
4
log
5
+!requirements.txt
6
+venv
requirements.txt
@@ -0,0 +1,2 @@
1
+python-ldap==2.4
+Flask==0.12
uwsgi.ini
@@ -3,6 +3,7 @@ socket = /tmp/account-services.sock
chmod-socket = 660
chown-socket = nginx:cv_account
chdir = /opt/account-services/
+venv = venv
7
uid = cv_account
8
gid = cv_account
9
wsgi-file = main.py
0 commit comments