Skip to content

Commit

Permalink
fix: .env file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Oct 11, 2024
1 parent 9f54068 commit 702822f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ NEXTCLOUD_ADMIN_USER=aas-server
NEXTCLOUD_ADMIN_PASSWORD=5w0vmrkzrwDIDyZs
NEXTCLOUD_TRUSTED_DOMAINS=localhost

NODE_ENV=production
NODE_SERVER_PORT=1337
AAS_INDEX=mysql://aas-server:60PYRe6Vd8C99u4n@aasportal-index:3306
USER_STORAGE=mongodb://aas-server:bObXJWW6e8Nh78YF@aasportal-users:27017/aasportal-users
TEMPLATE_STORAGE=http://aas-server:5w0vmrkzrwDIDyZs@aasportal-cloud:8080/templates
ENDPOINTS=["file:///endpoints/samples?name=Samples"]

0 comments on commit 702822f

Please sign in to comment.