Update: Env SH Example

This commit is contained in:
Yûki VACHOT 2021-12-08 12:57:51 +01:00
parent a701b615df
commit 9a6211af3f

3
backend/env.sh Normal file
View file

@ -0,0 +1,3 @@
export PYTHONUNBUFFERED=1
export DATABASE_URL_1=postgresql://localhost:5433/users
export DATABASE_URL_2=postgresql://localhost:5433/logs