File: settings.py

package info (click to toggle)
pysmbc 1.0.15.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 248
  • sloc: ansic: 2,031; python: 741; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is setting template.
# You must change these parameter if you perform test.
# The following configration will create \\server\share\testdir
# directory, so user should have write permission.

WORKGROUP = "WORKGROUP"
SERVER = "server"
SHARE = "share"
USERNAME = "username"
PASSWORD = "password"
TESTDIR = "testdir"