You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/08 11:06:45 UTC

[incubator-ponymail-foal] branch master updated: See the OAuth section

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 47e0d9f  See the OAuth section
47e0d9f is described below

commit 47e0d9fd37eed9135d81f25e04e8dad653a17529
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 8 13:06:32 2020 +0200

    See the OAuth section
---
 tools/setup.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tools/setup.py b/tools/setup.py
index b8e97f2..95220a0 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -443,6 +443,13 @@ database:
 
 tasks:
   refresh_rate:  150     # Background indexer run interval, in seconds
+
+# Fill in OAuth data as needed
+oauth:
+  google_client_id:     ~
+  github_client_id:     ~
+  github_client_secret: ~
+
 """ % (hostname,  port, dbname))