gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: readme and remove usele


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: readme and remove useless default config
Date: Tue, 25 Apr 2017 08:48:05 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b51725d  readme and remove useless default config
b51725d is described below

commit b51725db55c3a8162faa1044e710e9a8789e4708
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 25 08:47:47 2017 +0200

    readme and remove useless default config
---
 Makefile.am | 1 -
 README      | 2 ++
 bank.conf   | 3 ---
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 21d25d0..227565c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,6 @@ EXTRA_DIST = \
  requirements.txt \
  taler-bank-manage.in \
  bank.wsgi.in \
- bank.conf \
  setup.py \
  contrib/nginx/django_nginx.conf
 
diff --git a/README b/README
index 7148927..b97ad79 100644
--- a/README
+++ b/README
@@ -77,6 +77,8 @@ FRACTION = 100000000
 # The bank will try to connect to a database called 'talerlocal'
 # running under Postgresql.  The sysadmin will have to make sure
 # that the bank has all the rights to work on that database.
+# NOTE, this value is optional, and the bank will fallback to sqlite3
+# if not given.
 DATABASE = postgres:///talerlocal
 
 # The following sections are to configure the "admin" part of
diff --git a/bank.conf b/bank.conf
deleted file mode 100644
index 7693383..0000000
--- a/bank.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[bank]
-uwsgi_serve = tcp
-database = postgres:///talerbank

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]