env.sh 241 B

12345678910
  1. # (c) 2019 - 2024, Healthcare/IO::Parser
  2. # Steve L. Nyemba,steve@the-phi.com
  3. #
  4. # Please only set username and password for postgresql and provide your email
  5. #
  6. PG_USER=x12admin
  7. PG_PASSWORD=9r8-L27*4
  8. USER_EMAIL=
  9. PG_HOST=localhost
  10. PG_PORT=5432