Commit 4a45906d by Tuukka Kivilahti

readme and http -> https

1 parent 0b7e5024
Showing with 13 additions and 5 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>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<repositories> <repositories>
<repository> <repository>
<id>iudex</id> <id>iudex</id>
<url>http://iudex.fi/maven/</url> <url>https://iudex.fi/maven/</url>
</repository> </repository>
<repository> <repository>
<id>jvnet-nexus-releases</id> <id>jvnet-nexus-releases</id>
...@@ -110,11 +110,11 @@ ...@@ -110,11 +110,11 @@
</repository> </repository>
<repository> <repository>
<id>apache.snapshots</id> <id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots/</url> <url>https://repository.apache.org/snapshots/</url>
</repository> </repository>
<repository> <repository>
<id>clojars.org</id> <id>clojars.org</id>
<url>http://clojars.org/repo</url> <url>https://clojars.org/repo</url>
</repository> </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!