-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanvil.yaml
41 lines (41 loc) · 1.26 KB
/
anvil.yaml
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
32
33
34
35
36
37
38
39
40
41
services:
- source: /runtime/services/tables.yml
client_config: {}
server_config: {}
- source: /runtime/services/anvil/users.yml
client_config: {allow_signup: false, enable_automatically: true, use_email: true,
confirm_email: true}
server_config: {user_table: users}
startup: null
package_name: Rally_App_1
allow_embedding: false
name: Rally App 1
runtime_options: {version: 2, client_version: '3', server_version: python3-sandbox,
server_spec: null}
startup_form: Form1
native_deps: {head_html: '<link href="https://fonts.googleapis.com/css2?family=Eczar:wght@400;600&family=Roboto+Condensed:wght@300;400;700&display=swap"
rel="stylesheet" rel="preload" as="font" crossorigin="anonymous">'}
db_schema:
users:
client: none
server: full
columns:
- name: email
admin_ui: {order: 0, width: 200}
type: string
- name: enabled
admin_ui: {order: 1, width: 200}
type: bool
- name: last_login
admin_ui: {order: 2, width: 200}
type: datetime
- name: password_hash
admin_ui: {order: 3, width: 200}
type: string
- name: n_password_failures
admin_ui: {order: 4, width: 200}
type: number
- name: confirmed_email
admin_ui: {order: 5, width: 200}
type: bool
title: Users