Skip to content

Commit ee19d0b

Browse files
committed
pkp/pkp-lib#7191 Add cypress.travis.env.json
1 parent 67671d7 commit ee19d0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cypress.travis.env.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"baseUrl": "http://localhost",
3+
"DBHOST": "localhost",
4+
"DBUSERNAME": "ojs-ci",
5+
"DBPASSWORD": "ojs-ci",
6+
"DBNAME": "ojs-ci",
7+
"FILESDIR": "files"
8+
}

0 commit comments

Comments
 (0)