mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
- It's a bit of a pain to need to run Docker just to run the cypress tests, and while it would be nice to use the same .env, we have an issue with relative paths, dotenv, and cypress playing nice together.
6 lines
103 B
JSON
6 lines
103 B
JSON
{
|
|
"NEO4J_URI": "bolt://localhost:7687",
|
|
"NEO4J_USERNAME": "neo4j",
|
|
"NEO4J_PASSWORD": "letmein"
|
|
}
|