We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3dd7b commit cc9c346Copy full SHA for cc9c346
README.md
@@ -0,0 +1,12 @@
1
+This is the part of Outdoorz which implement the business logic of the social network
2
+
3
+All you have to do is create a .env file which has to be the same in OutdoorzSocial and OutdoorzMedia with the following fields:
4
+DB_PASSWORD=<db password>
5
+ENCRYPTION_KEY=<encryption key>
6
+JWT_SECRET=<jwt secret>
7
8
+Note: DB_PASSWORD must be the same ad in the .env in the same dir as docker-compose or service.yaml
9
+The jwt secret must be long at least 32 character.
10
11
12
0 commit comments