config: Update dev and server configs to enable cheesy effect expiration.
This commit is contained in:
parent
df1aedbcf1
commit
3338823d68
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# This is the PRC configuration file for developer servers and clients.
|
||||
# This is the PRC configuration file for developer servers and clients.
|
||||
# If making a change here, please remember to add it to public_client.prc
|
||||
# as well as deployment/server.prc if necessary.
|
||||
|
||||
|
@ -31,6 +31,7 @@ want-rpc-server #f
|
|||
rpc-server-endpoint http://localhost:8080/
|
||||
eventlog-host 127.0.0.1
|
||||
want-parties #f
|
||||
want-cheesy-expirations #t
|
||||
|
||||
|
||||
# DC Files
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
# Server settings
|
||||
want-dev #f
|
||||
want-cheesy-expirations #t
|
||||
|
||||
# Beta Modifications
|
||||
# Temporary modifications for unimplemented features go here.
|
||||
|
|
Loading…
Reference in a new issue