Skip to content
Snippets Groups Projects
Commit e1bcd6a0 authored by Ben Adida's avatar Ben Adida
Browse files

small modifications for actual settings

parent 8abffee2
No related branches found
No related tags found
No related merge requests found
application: iacrhelios application: iacr-helios
version: 1 version: 1
runtime: python runtime: python
api_version: 1 api_version: 1
......
...@@ -12,6 +12,22 @@ indexes: ...@@ -12,6 +12,22 @@ indexes:
- name: action_time - name: action_time
direction: desc direction: desc
- kind: Voter
properties:
- name: election
- name: uuid
- kind: CastVote
properties:
- name: voter
- name: cast_at
direction: desc
- kind: Voter
properties:
- name: election
- name: vote_hash
# AUTOGENERATED # AUTOGENERATED
# This index.yaml is automatically updated whenever the dev_appserver # This index.yaml is automatically updated whenever the dev_appserver
......
...@@ -127,4 +127,4 @@ TEMPLATE_DEBUG = True ...@@ -127,4 +127,4 @@ TEMPLATE_DEBUG = True
URL_HOST = "https://iacr-helios.appspot.com" URL_HOST = "https://iacr-helios.appspot.com"
IACR_ELECTION_UUID = 'foobar' IACR_ELECTION_UUID = '4e60ccd1-7d90-11de-99f6-d97b41f0200f'
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment