This repository has been archived on 2020-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
plsql-spec-example/spec/database.yml

17 lines
413 B
YAML
Raw Normal View History

2020-01-16 11:11:30 +00:00
# Change default connection username, password and database.
# Specify also host and port if not using tnsnames.ora connection.
default:
username: system
password: oracle
database: xe
host: localhose
port: 1521
# Add other connection if needed.
# You can access them with plsql(:other) where :other is connection name specified below.
# other:
# username: scott
# password: tiger
# database: xe