diff --git a/app.json b/app.json index 094fde93..9d4aaa74 100644 --- a/app.json +++ b/app.json @@ -24,7 +24,8 @@ }, "permissions": [ "android.permission.RECORD_AUDIO" - ] + ], + "package": "com.girafsvenner.ugeplan" }, "web": { "favicon": "./assets/favicon.png", diff --git a/eas.json b/eas.json index 4ce88ccd..a3ede853 100644 --- a/eas.json +++ b/eas.json @@ -10,7 +10,11 @@ }, "production": { "autoIncrement": true, - "distribution": "store" + "distribution": "store", + "env": { + "EXPO_PUBLIC_API_URL": "https://weekpl.giraf.cs.aau.dk", + "EXPO_PUBLIC_API_PORT": "443" + } } }, "submit": {