Skip to content

Commit

Permalink
potato update
Browse files Browse the repository at this point in the history
  • Loading branch information
snowNnik committed Mar 5, 2023
1 parent 0cae68f commit 395f3fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renderer/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ export const runtimeState = {

export const defaults = {
PORT: 22,
USERNAME: 'pi',
PASSWORD: 'raspberry',
USERNAME: 'ubuntu',
PASSWORD: 'potato',
IPADDRESS: '192.168.0.0',
STUDENTCODELOC: '/home/pi/runtime/executor/studentcode.py',
STUDENTCODELOC: '/home/ubuntu/runtime/executor/studentcode.py',
NGROK: true,
};

Expand Down

0 comments on commit 395f3fa

Please sign in to comment.