Jelajahi Sumber

chore: remove quotes

Pouria Ezzati 5 tahun lalu
induk
melakukan
fe1386844a
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      .example.env

+ 4 - 4
.example.env

@@ -2,10 +2,10 @@
 PORT=3000
 
 # The domain that this website is on
-SITE_NAME="Kutt"
+SITE_NAME=Kutt
 
 # The domain that this website is on
-DEFAULT_DOMAIN="localhost:3000"
+DEFAULT_DOMAIN=localhost:3000
 
 # Generated link length
 LINK_LENGTH=6
@@ -20,12 +20,12 @@ DB_SSL=false
 
 # ONLY NEEDED FOR MIGRATION !!1!
 # Neo4j database credential details
-NEO4J_DB_URI="bolt://localhost"
+NEO4J_DB_URI=bolt://localhost
 NEO4J_DB_USERNAME=neo4j
 NEO4J_DB_PASSWORD=BjEphmupAf1D5pDD
 
 # Redis host and port
-REDIS_HOST="127.0.0.1"
+REDIS_HOST=127.0.0.1
 REDIS_PORT=6379
 REDIS_PASSWORD=