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

raui.noraui.3.1.2.source-code.demoDbOracle.properties Maven / Gradle / Ivy

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

model.packages=com.github.noraui.application.model
http_proxy=
https_proxy=
no_proxy=
display.stacktrace=true

demo=https://noraui.github.io/demo/hello
logogame=https://noraui.github.io/demo/logogame/v1
countries=http://localhost:4200/#/login

# 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=ORACLE
dataProvider.db.hostname=127.0.0.1
dataProvider.db.port=1576
dataProvider.db.user=travis
dataProvider.db.password=
dataProvider.db.name=noraui




© 2015 - 2024 Weber Informatics LLC | Privacy Policy