aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-04-06 17:34:48 -0500
committerJesús <heckyel@hyperbola.info>2021-04-06 17:34:48 -0500
commit2107a4227eefc2de6e1669ebddae84245d4e5f8e (patch)
treebf29937616539c595c55e0c1af9d4cba3b769a69
parent407a6f96d85c9439756e69d8073bd546ea393013 (diff)
downloadmediagoblin-docker-compose-master.tar.lz
mediagoblin-docker-compose-master.tar.xz
mediagoblin-docker-compose-master.zip
fix .env.example valuesHEADmaster
-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>