Browse Source

Declaro DATABASE en entrypoint.sh

Celestino Rey 1 năm trước cách đây
mục cha
commit
04c43a2a98
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/config/entrypoint.sh

+ 1 - 0
src/config/entrypoint.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 RUN_PORT="8000"
+DATABASE=postgres
 SQL_HOST=postgresql
 SQL_PORT=5432