Skip to content

Commit

Permalink
migration: travis: fix for mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Qymaen committed Feb 2, 2018
1 parent d99b9e3 commit ab31b38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .test.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ APP_SECRET=33fc24e575b5b402d5aec5ffd335539b
KERNEL_CLASS=App\Kernel

# mongo test
TEST_PAYUM_MONGO_URI=mongodb://${TEST_PAYUM_MONGO_HOST}:${PAYUM_MONGO_PORT}/payum_server_test
# for docker phpunit - 'mongo', for travis - '127.0.0.1'
TEST_PAYUM_MONGO_HOST=127.0.0.1
TEST_PAYUM_MONGO_URI=mongodb://${TEST_PAYUM_MONGO_HOST}/payum_server_test

# http
PAYUM_HTTP_HOST=http://${PAYUM_SERVER_NAME}

0 comments on commit ab31b38

Please sign in to comment.