Rebrand: Rename project from Apoklisis to Patherly
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Application
|
||||
APP_NAME=Troubleshooting Decision Tree
|
||||
APP_NAME=Patherly
|
||||
DEBUG=true
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/decision_tree
|
||||
DATABASE_URL_SYNC=postgresql://postgres:postgres@localhost:5432/decision_tree
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/patherly
|
||||
DATABASE_URL_SYNC=postgresql://postgres:postgres@localhost:5432/patherly
|
||||
|
||||
# JWT Settings - CHANGE THESE IN PRODUCTION
|
||||
# Generate with: openssl rand -hex 32
|
||||
|
||||
Reference in New Issue
Block a user