All Downloads are FREE. Search and download functionalities are using the official Maven repository.

raui.noraui.4.1.8.source-code.demoDbMySql.properties Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
#chrome,firefox or ie
browser=chrome
headless=true
noSandbox=true
timeout=3
selectors.version=V1
locale=en

model.packages=com.github.noraui.application.model

display.stacktrace=true

# application list
bakery=https://noraui.github.io/bakery.io
githubapi=https://api.github.com

# proxy configuration
http_proxy=
https_proxy=
no_proxy=

# okhttp timeout
connectTimeout=10
writeTimeout=10
readTimeout=15

# authentication type (BASIC or empty)
authentication=

# type of input dataProvider (EXCEL, CSV, SQL, REST, GHERKIN, com.github.noraui.data.xxx.YourCustomInputDataProvider)
dataProvider.in.type=DB
# type of output dataProvider (EXCEL, CSV, REST, CONSOLE, com.github.noraui.data.xxx.YourCustomOutputDataProvider)
dataProvider.out.type=DB

# type of dataProvider (ORACLE, MYSQL, POSTGRE)
dataProvider.db.type=MYSQL
dataProvider.db.hostname=127.0.0.1
dataProvider.db.port=3306
dataProvider.db.user=travis
dataProvider.db.password=
dataProvider.db.name=noraui




© 2015 - 2024 Weber Informatics LLC | Privacy Policy