about summary refs log tree commit diff
path: root/.env.nanobox
diff options
context:
space:
mode:
Diffstat (limited to '.env.nanobox')
-rw-r--r--.env.nanobox2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.nanobox b/.env.nanobox
index 4a89e0e41..73abefdc6 100644
--- a/.env.nanobox
+++ b/.env.nanobox
@@ -11,6 +11,8 @@ DB_NAME=gonano
 DB_PASS=$DATA_DB_PASS
 DB_PORT=5432
 
+DATABASE_URL=postgresql://$DATA_DB_USER:$DATA_DB_PASS@$DATA_DB_HOST/gonano
+
 # Federation
 # Note: Changing LOCAL_DOMAIN or LOCAL_HTTPS at a later time will cause unwanted side effects.
 # LOCAL_DOMAIN should *NOT* contain the protocol part of the domain e.g https://example.com.