mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: integrate postgres storage (#2604)
* chore: env config * chore: get user workspace * feat: enable postgres storage * chore: add new env * chore: add set env ffi * chore: pass env before backend init * chore: update * fix: ci tests * chore: commit the generate env file * chore: remove unused import
This commit is contained in:
7
frontend/appflowy_flutter/lib/env/env.dart
vendored
7
frontend/appflowy_flutter/lib/env/env.dart
vendored
@ -29,6 +29,13 @@ abstract class Env {
|
||||
defaultValue: '',
|
||||
)
|
||||
static final supabaseJwtSecret = _Env.supabaseJwtSecret;
|
||||
|
||||
@EnviedField(
|
||||
obfuscate: true,
|
||||
varName: 'SUPABASE_COLLAB_TABLE',
|
||||
defaultValue: '',
|
||||
)
|
||||
static final supabaseCollabTable = _Env.supabaseCollabTable;
|
||||
}
|
||||
|
||||
bool get isSupabaseEnable =>
|
||||
|
Reference in New Issue
Block a user