Skip to content

Commit 4dd66a1

Browse files
brandoncharneskybrandoncharnesky
authored andcommitted
Update dotenv.sample based on review comments
1 parent 95a0652 commit 4dd66a1

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

dotenv.sample

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1-
# Copy this file and name the new copy ".env" to get started
2-
# Change all example values to match your MyDataHelpsDesigner project
3-
4-
# The Project GUID
5-
#
6-
# Found in MyDataHelpsDesigner via Projects -> About Settings -> Project ID
1+
# See README.md for instructions on setting up the .env file
72
#
8-
RKS_PROJECT_ID="361e1234-8c15-78ae-1234-3b70d33023d6"
3+
RKS_PROJECT_ID=
94

10-
# The name of the Service Account
11-
#
12-
# Found in MyDataHelpsDesigner via Settings -> Workspace Settings -> Service Accounts
13-
#
14-
RKS_SERVICE_ACCOUNT="MyDataHelps.1234ABCD.AccountName"
5+
RKS_SERVICE_ACCOUNT=
156

16-
# The private key of the Service Account
17-
#
18-
# Found in MyDataHelpsDesigner via Settings -> Workspace Settings -> Service Accounts
19-
# Be sure to include the begin/end tags
207
# You can use \n to separate the lines in your private key
21-
#
22-
RKS_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n230703de230703de230703de\nb62b0e24b62b0e24b62b0e24\n...\n-----END RSA PRIVATE KEY-----"
8+
RKS_PRIVATE_KEY=

0 commit comments

Comments
 (0)