diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-05-11 01:30:30 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-05-11 01:30:30 +0200 |
commit | 93175857c9c295483d76fe3c6b755ddf2c5ee865 (patch) | |
tree | 62b32543e11e56e817231c5e30ee30529c7e676f | |
parent | 17512aa538700fc5f2d23d42ab9020989b943bf7 (diff) |
uncommenting PORT in config
-rw-r--r-- | src/exchange/exchange.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 7dffdd7fa..afb5b8fae 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -20,7 +20,7 @@ UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http UNIXPATH_MODE = 660 # HTTP port the exchange listens to -# PORT = 8081 +PORT = 8081 # Master public key used to sign the exchange's various keys # MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG |