Extra config [port] for dev environment

This commit is contained in:
ductnn 2021-04-01 01:36:33 +07:00
parent cb5ffa0354
commit d683e37d77
3 changed files with 10 additions and 0 deletions

3
.env.example Normal file
View file

@ -0,0 +1,3 @@
# extra config for dev environment
POSTGRES_PORT=5432
REDIS_PORT=6379