Point the root README at the App Key's new home
The Fly App's DJI App Key moved out of android/gradle.properties and into the
developer's ~/.gradle/gradle.properties in 5865553, but the root README's setup
steps still sent people to the old location — where a key would now be both
ignored by the build and committed to git, which is exactly the pair of
outcomes that change existed to prevent.
Audited the rest of the docs and the container stack while here and changed
nothing else: no other README names the key or the old package, and the Fly App
appears across all the Docker files only as a .dockerignore exclusion, which is
correct — it is a Flutter APK built on the developer's machine, not a service in
the stack.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
58655531f0
commit
f2a20e541d
@@ -75,8 +75,10 @@ User/org management requires a PocketBase **superuser service account** in
|
||||
```
|
||||
Open http://localhost:8090 and sign in.
|
||||
4. **Fly App** — see [`Fly App/README.md`](Fly%20App/README.md) (install Flutter
|
||||
+ JDK, set your DJI App Key in `android/gradle.properties`, `flutter run` on a
|
||||
connected Android device — the DJI SDK does not run on emulators).
|
||||
+ JDK, put your DJI App Key in `~/.gradle/gradle.properties` as
|
||||
`PILOTVAULT_FLY_API_KEY` — deliberately outside the repo, so it is never
|
||||
committed — then `flutter run` on a connected Android device; the DJI SDK
|
||||
does not run on emulators).
|
||||
|
||||
### Docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user