Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jul 25, 2024
1 parent a791eb0 commit e2e366f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/prefect/profiles.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# This is the default profile configuration for Prefect.
# Users can modify these profiles or create new ones to suit their needs.
# This is a template for profile configuration for Prefect.
# You can modify these profiles or create new ones to suit their needs.

active = "ephemeral"

[profiles.ephemeral]
# The actual path will be resolved when the setting is used
PREFECT_API_DATABASE_CONNECTION_URL = "sqlite+aiosqlite:///prefect.db"

[profiles.local]
# Users will need to set these values appropriately
# You will need to set these values appropriately
PREFECT_API_URL = "http://127.0.0.1:4200/api"

[profiles.test]
Expand Down

0 comments on commit e2e366f

Please sign in to comment.