Skip to content

Commit c68d0c3

Browse files
author
Nate Williams
committed
renamed in_production and in_staging flags
1 parent b68cc9a commit c68d0c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

flexio.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ templates:
1515
description: Get a list of email addresses and email confidence scores for a company
1616
gsheets_spreadsheet_id: 168vaaxTIsWhLYIzwhIIycfnTD6BoxNlYWPPxLpozKG0
1717
excel_spreadsheet_path: ''
18-
in_production: true
19-
in_staging: false
18+
is_public: true
19+
is_private: false
2020
- name: find-email-addresses-for-list-of-people
2121
title: Find email addresses for a list of people
2222
description: Lookup the email addresses and the email confidence scores for a list of people
2323
gsheets_spreadsheet_id: 16gGIVz3I-W8LZ7FAuekWotv5TKp4nv6xkQ_upjDsAbg
2424
excel_spreadsheet_path: ''
25-
in_production: true
26-
in_staging: false
25+
is_public: true
26+
is_private: false
2727
- name: verify-list-of-email-addresses
2828
title: Verify a list of email addresses
2929
description: Lookup the status and confidence scores for a list of email addresses
3030
gsheets_spreadsheet_id: 1SeUn1PwdnqJbLpi7-MXznjCXDN9We3HMXdvyynBIsrs
3131
excel_spreadsheet_path: ''
32-
in_production: true
33-
in_staging: false
32+
is_public: true
33+
is_private: false
3434

3535
prompts:
3636
- element: form

0 commit comments

Comments
 (0)