mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
14 lines
428 B
Bash
14 lines
428 B
Bash
# Environment Variables
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=test123
|
|
POSTGRES_DB=nocodb
|
|
NC_REDIS_URL=redis://redis:6379/4
|
|
NC_DB=pg://postgres:5432?u=postgres&password=${POSTGRES_PASSWORD:-nocodb}&d=postgres
|
|
NC_PUBLIC_URL=http://rajanishs-MacBook-Pro.local
|
|
NC_CONNECT_TO_EXTERNAL_DB_DISABLED=false
|
|
NC_INVITE_ONLY_SIGNUP=false
|
|
NC_ADMIN_EMAIL=admin@nocodb.com
|
|
NC_ADMIN_PASSWORD=nocodb123
|
|
NC_S3_BUCKET_NAME=nocodb-attachements
|
|
|