File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments