9 lines
234 B
Plaintext
Executable File
9 lines
234 B
Plaintext
Executable File
APP_ENV=test
|
|
MAILER_DSN=smtp://smtp4dev:25
|
|
CORS_ALLOW_ORIGIN=*
|
|
MONGODB_DB=psc_test
|
|
DATABASE_URL=mysql://psc:psc@mysql:3306/psc_test
|
|
PANTHER_NO_SANDBOX=0
|
|
PANTHER_WEB_SERVER_PORT=9001
|
|
PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'
|