Skip to content

Commit

Permalink
Add missing file Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Dec 4, 2019
1 parent 7959aa6 commit 2e2b114
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/integration_test_params.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Nim HTTP Authentication and Authorization - end-to-end tests
## Copyright 2016 Federico Ceratto <federico.ceratto@gmail.com>
## Released under LGPLv3 License, see LICENSE file

from os import joinPath
import strutils

const
test_admin_password* = "hunter123"
test_basedir* = "/tmp/test_httpauth"
test_db_fname* = joinPath(test_basedir, "integ_server.sqlite3")
db_uri* = "sqlite://$#" % test_db_fname

0 comments on commit 2e2b114

Please sign in to comment.