File: biosql.ini.appveyor

package info (click to toggle)
python-biopython 1.85%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 126,372 kB
  • sloc: xml: 1,047,995; python: 332,722; ansic: 16,944; sql: 1,208; makefile: 140; sh: 81
file content (27 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (4)
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
26
27
# We provide biosql.ini.appveyor as an example preconfigured
# to work on the virtual machines used for automated testing
# at www.appveyor.com
#
# 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
# Values match https://www.appveyor.com/docs/services-databases/
dbhost=localhost
dbuser=root
dbpasswd=Password12!
testdb=biosql_test

[pg]
# Covers DBDRIVER="psycopg2" etc
# The database and user below are created in .appveyor.yml
dbhost=localhost
dbuser=biosql_user
dbpasswd=biosql_pass
testdb=biosql_test