aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.env.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 025ad61..69fe42e 100644
--- a/.env.example
+++ b/.env.example
@@ -11,10 +11,12 @@ POSTGRES_PASSWORD=<MY POSTGRES PASSWORD>
# Postgres database name "mediagoblin"
POSTGRES_DB=mediagoblin
+
+# Set database for mediagoblin
DATABASE_URL=postgresql://<MY POSTGRES USERNAME>:<MY POSTGRES PASSWORD>@172.32.0.2:5432/mediagoblin
# Server configuration
-SOURCE_LINK='https://git.sr.ht/~heckyel/mediagoblin'
+SOURCE_LINK=https://git.sr.ht/~heckyel/mediagoblin
# # Notification email
# NOTIFICATION_EMAIL=<EMAIL-ADDRESS>