Skip to content

Commit ff7b86f

Browse files
local example
1 parent bc272c3 commit ff7b86f

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

scripts/local-circ.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

simplified-app-ekirjasto/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ android {
200200
versionCode = versionCodeBase + 4
201201
// Set as default flavor, otherwise alphabetically first will be the default
202202
isDefault = true
203-
val circURL = "LOCAL_IP_ADDRESS"
203+
val circURL = "http://1.2.3.4:6500" // remember to include port, if necessary
204204
buildConfigField("String", "CIRCULATION_API_URL", "\"$circURL\"")
205-
val libProvider = "LOCAL_CIRC_LIBRARY_UUID"
205+
val libProvider = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" // format: 8-4-4-4-12
206206
buildConfigField("String", "LIBRARY_PROVIDER_ID", "\"$libProvider\"")
207207
}
208208
create("dev") {

0 commit comments

Comments
 (0)