diff options
author | jchu <jchu> | 2004-09-03 21:48:42 +0200 |
---|---|---|
committer | jchu <jchu> | 2004-09-03 21:48:42 +0200 |
commit | 25b010480680d8f2f5d0cb2a12fa635aec50bc52 (patch) | |
tree | 45f347eaa93ccbc2a981dede597d8514b57bd57a /tupkg/server/tupkgs.conf | |
parent | a4710414e0efcb456bcd725c5956547edc4162af (diff) | |
download | aur-25b010480680d8f2f5d0cb2a12fa635aec50bc52.tar.gz aur-25b010480680d8f2f5d0cb2a12fa635aec50bc52.tar.xz |
added a little bit better messaging, getopts to server side, stuff for mysql access, and config file support
Diffstat (limited to 'tupkg/server/tupkgs.conf')
-rw-r--r-- | tupkg/server/tupkgs.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tupkg/server/tupkgs.conf b/tupkg/server/tupkgs.conf new file mode 100644 index 00000000..7e0ecbf4 --- /dev/null +++ b/tupkg/server/tupkgs.conf @@ -0,0 +1,4 @@ +[mysql] +username = aur +password = aur +host = localhost |