alpha
Login
or
Join now
kacaii.dev
/
sigo
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
lustre
gleam
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
:memo: add db port
author
kacaii.dev
date
4 months ago
(Mar 8, 2026, 8:54 PM -0300)
commit
c967cde5
c967cde527a4338410008e5544006614e58ddbeb
parent
0215786f
0215786f66ac9df201704b95104ba968a92fe637
change-id
onxltmpq
onxltmpqroymxspqqxmqqutzukkklmuk
+3
-3
1 changed file
Expand all
Collapse all
Unified
Split
.env.example
+3
-3
.env.example
View file
Reviewed
···
1
1
-
# DATABASE
1
1
+
# DATABASE
2
2
export POSTGRES_USER=""
3
3
export POSTGRES_PASSWORD=""
4
4
export POSTGRES_DB=""
5
5
-
export DATABASE_URL="postgresql://user:password@host:port/database"
5
5
+
export DATABASE_URL="postgresql://user:password@host:5432/database"
6
6
7
7
-
# KEY
7
7
+
# SERVER
8
8
export SECRET_KEY=""
9
9
export RUN_SERVER_LOCALLY="true"