1
Fork 0
photoview/api-node-old/example.env

11 lines
220 B
Bash
Raw Normal View History

2020-01-30 15:10:01 +01:00
# Copy this file to .env
2019-07-05 00:36:32 +02:00
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=letmein
2019-08-01 23:57:00 +02:00
2019-07-05 00:36:32 +02:00
GRAPHQL_LISTEN_PORT=4001
2019-08-10 17:47:53 +02:00
API_ENDPOINT=http://localhost:4001/
2019-07-05 00:36:32 +02:00
2019-08-20 16:37:15 +02:00
JWT_SECRET=You-sh0uld_Change-Th1s
ENCRYPTION_SALT_ROUNDS=12