Skip to content

Commit bcfda3f

Browse files
committed
change sample config
1 parent dff2d92 commit bcfda3f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

samples/twitter_app/lib/config.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ class AppConfig {
77

88
/// Your InsForge project base URL (no module path, no trailing slash).
99
/// Local dev example: `http://10.0.2.2:7130` (Android emulator → host).
10-
static const String backendUrl = 'http://localhost:7130';
10+
static const String backendUrl = 'https://4cp6qchj.us-east.insforge.app';
1111

1212
/// Your project's anon (public) key.
13-
static const String anonKey = 'REPLACE_WITH_ANON_KEY';
13+
static const String anonKey =
14+
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3OC0xMjM0LTU2NzgtOTBhYi1jZGVmMTIzNDU2NzgiLCJlbWFpbCI6ImFub25AaW5zZm9yZ2UuY29tIiwicm9sZSI6ImFub24iLCJpYXQiOjE3ODEwMjQxMDV9.Mv5q8eA5sUBitTe1JI8YgBHp625uIz-c8P-_YTC6oVs';
1415

1516
/// Optional OpenRouter API key enabling the "suggest a caption" AI feature.
1617
/// Leave empty to disable AI (the Compose screen hides the button).

0 commit comments

Comments
 (0)