Commit 25a4e7de by Tuukka Kivilahti

readme and http -> https

1 parent 98a641d8
Showing with 10 additions and 2 deletions
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
<payara.version>4.1.2.181</payara.version> <payara.version>4.1.2.181</payara.version>
</properties> </properties>
<url>http://codecrew.fi</url> <url>https://codecrew.fi</url>
<organization> <organization>
<name>Codecrew RY</name> <name>Codecrew RY</name>
<url>http://codecrew.fi</url> <url>https://codecrew.fi</url>
</organization> </organization>
<scm> <scm>
<connection>scm:git:https://gitlab.codecrew.fi/codecrew/moya.git</connection> <connection>scm:git:https://gitlab.codecrew.fi/codecrew/moya.git</connection>
......
# Restoring postgresql -backup
```
pg_restore -c -U moya -d moya -h 127.0.0.1 -p 6432 -v "moya_db.tar" -W
```
Copy password from .env -file.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!