diff --git a/renderer/utils/utils.ts b/renderer/utils/utils.ts index 4a776135..9ac4c455 100644 --- a/renderer/utils/utils.ts +++ b/renderer/utils/utils.ts @@ -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, };