adding base for invite manager microservice
This commit is contained in:
parent
cb3aec0696
commit
c7d42709c2
2
server/invites-manager/.gitignore
vendored
Normal file
2
server/invites-manager/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
./bin/
|
||||||
|
./lib/
|
8
server/invites-manager/pyvenv.cfg
Normal file
8
server/invites-manager/pyvenv.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
home = /usr
|
||||||
|
implementation = CPython
|
||||||
|
version_info = 3.8.3.candidate.1
|
||||||
|
virtualenv = 20.0.20
|
||||||
|
include-system-site-packages = false
|
||||||
|
base-prefix = /usr
|
||||||
|
base-exec-prefix = /usr
|
||||||
|
base-executable = /usr/bin/python3
|
4
server/invites-manager/readme.md
Normal file
4
server/invites-manager/readme.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Invites Manager
|
||||||
|
|
||||||
|
|
||||||
|
Chron-job which runs every few minutes to clean out invites table from
|
Loading…
Reference in New Issue
Block a user