Commit 4a45906d by Tuukka Kivilahti

readme and http -> https

1 parent 0b7e5024
Showing with 13 additions and 5 deletions
......@@ -54,10 +54,10 @@
<payara.version>4.1.2.181</payara.version>
</properties>
<url>http://codecrew.fi</url>
<url>https://codecrew.fi</url>
<organization>
<name>Codecrew RY</name>
<url>http://codecrew.fi</url>
<url>https://codecrew.fi</url>
</organization>
<scm>
<connection>scm:git:https://gitlab.codecrew.fi/codecrew/moya.git</connection>
......@@ -96,7 +96,7 @@
<repositories>
<repository>
<id>iudex</id>
<url>http://iudex.fi/maven/</url>
<url>https://iudex.fi/maven/</url>
</repository>
<repository>
<id>jvnet-nexus-releases</id>
......@@ -110,11 +110,11 @@
</repository>
<repository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots/</url>
<url>https://repository.apache.org/snapshots/</url>
</repository>
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
<url>https://clojars.org/repo</url>
</repository>
......
# 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!