mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
b3dd5fb8bd
* tests: fix supabase integration test * ci: fix * chore: fix windows callback
21 lines
591 B
Plaintext
21 lines
591 B
Plaintext
# Only used for integration test
|
|
|
|
# Cloud Type Configuration
|
|
# Use this configuration file to specify the cloud type and its associated settings. The available cloud types are:
|
|
# Local: 0
|
|
# Supabase: 1
|
|
# AppFlowy Cloud: 2
|
|
# By default, it's set to Local.
|
|
CLOUD_TYPE=1
|
|
|
|
# Supabase Configuration
|
|
# If using Supabase (CLOUD_TYPE=1), provide the following details:
|
|
SUPABASE_URL=
|
|
SUPABASE_ANON_KEY=
|
|
|
|
# AppFlowy Cloud Configuration
|
|
# If using Supabase (CLOUD_TYPE=2), provide the following details:
|
|
#
|
|
# When using localhost for development. you can use the following settings:
|
|
APPFLOWY_CLOUD_URL=
|