-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.ini.dist
31 lines (25 loc) · 986 Bytes
/
config.ini.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[PortierDemo]
# What IP address should this server listen on?
# Default: 127.0.0.1
ListenIP = 127.0.0.1
# What TCP port should this server on?
# Default: 8000
ListenPort = 8000
# What user-facing URL is this website accessible at?
# Default: http://localhost:8000
WebsiteURL = http://localhost:8000
# What is the full URL, without a trailing slash, for the Portier Broker?
# Default: https://broker.portier.io
BrokerURL = https://broker.portier.io
# (Optional) What is the URL for a Redis instance in which to store nonces?
# The protocol may be one of redis://, rediss://, or unix:// as supported by
# the Redis-Py library at https://github.com/andymccurdy/redis-py
#
# If omitted or unset, this project defaults to using FakeRedis, which is only
# suitable for local testing.
#
# Default: (none - uses FakeRedis)
RedisURL =
# (Optional) What secret should be used for cryptographically signing cookies?
# Default: (none - generates a random secret at every startup)
Secret =