Skip to content

Commit

Permalink
CM-726: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Mar 12, 2024
1 parent e6aa791 commit 2ecbc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
DEFAULT_CONFIG = {
'python_enabled': True,
'python_example_workflow_enabled': True,
'lightning_enabled': True,
'lightning_enabled': False,
'lightning_url': 'http://localhost',
'lightning_port': '4000',
'lightning_api_key': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJKb2tlbiIsImlhdCI6MTY4NzM1NTQ0OCwiaXNzIjoiSm9rZW4iLCJqdGkiOiIydGxiMWxwMGhiZmR0dWhnMW8wMDAxbzEiLCJuYmYiOjE2ODczNTU0NDgsInVzZXJfaWQiOiJjNzNmOTllZi04NzE2LTRmZTgtOTE2Yi00MzdlYzVkMTlmY2UifQ.woj1PeTQsY6ryOmNzR_JEUlwjqS9_ukEcA8etoBxe7M',
'lightning_api_key': '<api key>',
}


Expand Down

0 comments on commit 2ecbc9b

Please sign in to comment.