Skip to content

Commit ba22e0b

Browse files
authored
Merge pull request #9 from ArcAnya/main
Remove quotes from .env.sample
2 parents 32c50eb + 05dd167 commit ba22e0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.env.sample

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
PROVIDER_URL='http://ethnode:8545'
2-
GITHUB_BOT_SECRET="a5d5a4d787f816faabc4738588e8d919bd1a41cf80f8e02685f842b0f2bd49c2"
3-
OPENQ_API_SECRET="secret123!"
1+
PROVIDER_URL=http://ethnode:8545
2+
GITHUB_BOT_SECRET=a5d5a4d787f816faabc4738588e8d919bd1a41cf80f8e02685f842b0f2bd49c2
3+
OPENQ_API_SECRET=secret123!
44
OPENQ_ADDRESS=0x5FC8d32690cc91D4c39d9d3abcBD16989F875707
5-
OPENQ_BOUNTY_ACTIONS_AUTOTASK_URL='http://openq-bounty-actions-autotask:8075'
6-
LOCAL_EVENT_LISTENER_ID='local'
5+
OPENQ_BOUNTY_ACTIONS_AUTOTASK_URL=http://openq-bounty-actions-autotask:8075
6+
LOCAL_EVENT_LISTENER_ID=local

0 commit comments

Comments
 (0)