mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
455 B
17 lines
455 B
11 months ago
|
# 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=rajanishs-MacBook-Pro.local
|
||
|
NC_CONNECT_TO_EXTERNAL_DB_DISABLED=false
|
||
|
NC_INVITE_ONLY_SIGNUP=false
|
||
|
NC_ADMIN_EMAIL=false
|
||
|
NC_ADMIN_PASSWORD=false
|
||
|
NC_S3_BUCKET_NAME=asdf
|
||
|
NC_S3_REGION=asd
|
||
|
NC_S3_ACCESS_KEY=sda
|
||
|
NC_S3_ACCESS_SECRET=adsfa
|
||
|
|