mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 05:25:40 +00:00
8 lines
179 B
Bash
8 lines
179 B
Bash
# Reverse proxy domain and cloudflare token
|
|
DOMAINNAME=example.com
|
|
CF_DNS_API_TOKEN=SOME_CLOUDFLARE_TOKEN
|
|
|
|
# Database
|
|
DATABASE_NAME=xcdb
|
|
DATABASE_USER=nocodb
|
|
DATABASE_PW=SECURE_PW |