-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
22 lines (18 loc) · 1.21 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#################################################
# Hibiki Database ENV Config File
# Rename this file to .env when you are complete
# Do not commit or share the completed file ever!
#################################################
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB (Preview).
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
# Change "username" to your postgres username
# Change "password" to your postgres password
# Optionally change "localhost" if using an external DB
# Optionally change "5432" if you're using a different port
# You can also change the database and schema ("hibiki") if you really wish
# If using Docker, comment this below line and uncomment the Docker line (or edit it)
DATABASE_URL = "postgresql://username:password@localhost:5432/hibiki?schema=hibiki"
# Default Docker URL
# DATABASE_URL = "postgresql://postgres:postgres@postgres:5432/hibiki?schema=hibiki"