File: biosql.ini.sample

package info (click to toggle)
python-biopython 1.68%2Bdfsg-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 46,856 kB
  • sloc: python: 160,306; xml: 93,216; ansic: 9,118; sql: 1,208; makefile: 155; sh: 63
file content (25 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# We provide biosql.ini.sample as an example
# (preconfigured to work on the virtual machines
# used for automated TravisCI testing)
#
# Please copy this to biosql.ini and edit it
# match your local system if you want to run
# the Biopython BioSQL tests locally yourself.
#
# To disable testing against any specific back-end,
# set dbuser to an empty string. There is no
# configuration entry needed for sqlite3.

[mysql]
# Covers DBDRIVER="MySQLdb" and "mysql.connector" etc
dbhost=localhost
dbuser=root
dbpasswd=
testdb=biosql_test

[pg]
# Covers DBDRIVER="psycopg2" etc
dbhost=localhost
dbuser=postgres
dbpasswd=
testdb=biosql_test