14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
# Example environment variables for CalMiner
|
|
|
|
# PostgreSQL connection settings
|
|
DATABASE_DRIVER=postgresql
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=5432
|
|
DATABASE_USER=<user>
|
|
DATABASE_PASSWORD=<password>
|
|
DATABASE_NAME=calminer
|
|
# Optional: set a schema (comma-separated for multiple entries)
|
|
# DATABASE_SCHEMA=public
|
|
|
|
# Legacy fallback (still supported, but granular settings are preferred)
|
|
# DATABASE_URL=postgresql://<user>:<password>@localhost:5432/calminer |