List of commits:
Subject Hash Author Date (UTC)
add nasa api key a4f8c147880e69994a988a176298ed54dacc53db Ivaylo Iliev 2017-08-27 08:45:17
hello world json 636f0cca5234693152d25e8a6f7f2e812b39fa16 Ivaylo Iliev 2017-08-27 08:29:56
empty symfony app 9c121393c6caf39150b1eeaa274c978edef1425e Ivaylo Iliev 2017-08-26 23:05:32
update default nginx config 87638100759fe5cec69d45fbbcf7bbda3464131a Ivaylo Iliev 2017-08-26 23:03:30
Initial commit f0ac3b6d6f330c3ed2e5c760a30abf15601d0494 Ivaylo Iliev 2017-08-26 22:23:30
Commit a4f8c147880e69994a988a176298ed54dacc53db - add nasa api key
Author: Ivaylo Iliev
Author date (UTC): 2017-08-27 08:45
Committer name: Ivaylo Iliev
Committer date (UTC): 2017-08-27 08:45
Parent(s): 636f0cca5234693152d25e8a6f7f2e812b39fa16
Signing key:
Tree: 7c7aa6ab08ca8b98eb5c54c59ef2fddf143a6d26
File Lines added Lines deleted
src/nasa/app/config/parameters.yml.dist 3 0
File src/nasa/app/config/parameters.yml.dist changed (mode: 100644) (index 2c20ddc..548cb0a)
... ... parameters:
17 17
18 18 # A secret key that's used to generate certain security-related tokens # A secret key that's used to generate certain security-related tokens
19 19 secret: ThisTokenIsNotSoSecretChangeIt secret: ThisTokenIsNotSoSecretChangeIt
20
21 # Nasa api key
22 api.nasa.gov_api.key: N7LkblDsc5aen05FJqBQ8wU4qSdmsftwJagVK7UD
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ranapat/nasa

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ranapat/nasa

Clone this repository using git:
git clone git://git.rocketgit.com/user/ranapat/nasa

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main