You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- DB_CONNECTION=pgsql
- DB_HOST=POSTGRES_HOST
- DB_PORT=5432
- DB_DATABASE=POSTGRES_DB
- DB_USERNAME=POSTGRES_USER
- DB_PASSWORD=POSTGRES_PASSWORD
-
- MCRYPT_KEY=CM_API_MCRYPT_KEY
- JWT_KEY=CM_API_JWT_KEY
|